Skip to content

Commit fc67080

Browse files
Clarify instruction for starting the Node.js HTTP server in benchmarking guide
1 parent 2c5dfc4 commit fc67080

File tree

1 file changed

+1
-1
lines changed
  • content/learning-paths/servers-and-cloud-computing/node-js-gcp

1 file changed

+1
-1
lines changed

content/learning-paths/servers-and-cloud-computing/node-js-gcp/benchmarking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ npm install -g autocannon
2020

2121
## Start the Node.js HTTP server
2222

23-
If your sample HTTP server is still running from the last section, you can start it by using this command:
23+
If your sample HTTP server isn't running from the last section, start it by using this command:
2424
```console
2525
export MY_NODE=`which node`
2626
sudo ${MY_NODE} app.js &

0 commit comments

Comments
 (0)