Update nodejs_web_app.rst

This commit is contained in:
Rajat Pandit 2014-04-03 21:05:50 +01:00
parent 95d07b52b3
commit 32d6041cc3

View file

@ -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