diff --git a/language/nodejs/run-containers.md b/language/nodejs/run-containers.md index 64ad1fe8ca..d4bf853907 100644 --- a/language/nodejs/run-containers.md +++ b/language/nodejs/run-containers.md @@ -32,9 +32,7 @@ Let’s open a new terminal then make a GET request to the server using the curl $ curl --request POST \ --url http://localhost:8000/test \ --header 'content-type: application/json' \ - --data '{ - "msg": "testing" -}' + --data '{"msg": "testing"}' curl: (7) Failed to connect to localhost port 8000: Connection refused ```