diff --git a/docs/deployment/intro.md b/docs/deployment/intro.md index 02aa5344..e80b0a0d 100644 --- a/docs/deployment/intro.md +++ b/docs/deployment/intro.md @@ -104,7 +104,7 @@ npm install -g http-server Then, `cd` into your project directory and run the following command: ```node -http - server; +http-server ``` The output after entering the command provides the local URL where the preview can be accessed.