From 5bf6914a1cdbbda85e809f79cbc114f55c4b8fb5 Mon Sep 17 00:00:00 2001 From: Gabriel Pastori <58153955+gabrielpastori1@users.noreply.github.com> Date: Sun, 12 Nov 2023 23:10:02 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aac435..786c0dc 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Evolution Manager is an open-source management tool for the Evolution API, desig ``` 4. **Run Development Server**: ```bash - yarn serve + yarn dev ``` This will start a local development server. You can access the app at `localhost:8080`.