Skip to content

Commit 9af9e36

Browse files
committed
Update npx command in README
1 parent 2d03b3f commit 9af9e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ $ docker run --init --read-only --publish 8080:8080 ghcr.io/makenew/nodejs-serve
130130
The server is included in the published [npm package] and may be run using npx with
131131

132132
```
133-
npx @makenew/nodejs-server --production
133+
$ npx @makenew/nodejs-server --production
134134
```
135135

136136
[npm package]: https://www.npmjs.com/package/@makenew/nodejs-server

0 commit comments

Comments
 (0)