docs: fix http-server example from in-page feedback

This commit is contained in:
Lorna Mitchell 2024-09-02 10:11:59 +01:00
parent 60d131b0a9
commit bf2692400e

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.