Skip to content

Commit

Permalink
docs: fix http-server example from in-page feedback (#2580)
Browse files Browse the repository at this point in the history
  • Loading branch information
lornajane authored Sep 2, 2024
1 parent 60d131b commit c813eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c813eea

Please sign in to comment.