docs: fix http-server example from in-page feedback (#2580)

This commit is contained in:
Lorna Jane Mitchell 2024-09-02 11:48:55 +01:00 committed by GitHub
parent 60d131b0a9
commit c813eeac04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.