Skip to content

Commit 031e288

Browse files
committed
Merge pull request moby#4996 from rajatpandit/patch-2
Update nodejs_web_app.rst
2 parents b811ac5 + 32d6041 commit 031e288

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sources/examples/nodejs_web_app.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ https://github.com/gasi/docker-node-hello.
1818
Create Node.js app
1919
++++++++++++++++++
2020

21-
First, create a ``package.json`` file that describes your app and its
21+
First, create a directory ``src`` where all the files would live. Then create a ``package.json`` file that describes your app and its
2222
dependencies:
2323

2424
.. code-block:: json

0 commit comments

Comments
 (0)