Browse Source

Update nodejs_web_app.rst

Rajat Pandit 11 years ago
parent
commit
32d6041cc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sources/examples/nodejs_web_app.rst

+ 1 - 1
docs/sources/examples/nodejs_web_app.rst

@@ -18,7 +18,7 @@ https://github.com/gasi/docker-node-hello.
 Create Node.js app
 ++++++++++++++++++
 
-First, create a ``package.json`` file that describes your app and its
+First, create a directory ``src`` where all the files would live. Then create a ``package.json`` file that describes your app and its
 dependencies:
 
 .. code-block:: json