basic-node-server 1.0.10 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,5 +24,5 @@ The [port] argument is optional. If no port is given, it will default to 3000.
24
24
  For example, if you want to serve the current directory on port 8080, you would run:
25
25
 
26
26
  ```
27
- node bns 8080
27
+ npx bns 8080
28
28
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "basic-node-server",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Basic node server for everyone.",
5
5
  "main": "bns.js",
6
6
  "scripts": {