Skip to content

Commit

Permalink
docs: add reference for npx initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon authored Apr 4, 2024
1 parent bed81dc commit 83cbaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
$ npm install -g express-generator
```

You can also run the application generator with the npx command (available in Node.js 8.2.0).
You can also run the application generator with the `npx` command (available since Node.js 8.2.0).

```sh
$ npx express-generator
Expand Down

0 comments on commit 83cbaa7

Please sign in to comment.