From 3869bf3a0c1328c870e7254658fba338c6638a26 Mon Sep 17 00:00:00 2001 From: Hyunwoo Park Date: Wed, 17 Oct 2018 03:14:20 +0900 Subject: [PATCH] Fix typo on contribution guide (#130) * Fix typo on contribution guide * Add package.json into File created section --- docs-src/contribution.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs-src/contribution.rst b/docs-src/contribution.rst index c541083..734ed71 100644 --- a/docs-src/contribution.rst +++ b/docs-src/contribution.rst @@ -132,12 +132,13 @@ container of choice, follow these instructions: | | - bootstrap.sh | - docker-compose.yml | | | - runtests.py | - runtests.py | | | - manage.py | - manage.py | +| | - package.json | - package.json | | | | | +-------------------------+------------------------------------+------------------------------------+ | | | | | **Start the container** | .. code-block:: bash | .. code-block:: bash | | | | | -| | python3 dev.py --run-vagrant | python3 dev.py --run-docker | +| | python3 dev.py -run-vagrant | python3 dev.py -run-docker | | | | | +-------------------------+------------------------------------+------------------------------------+ | | | | @@ -171,4 +172,4 @@ whether to save the changes or discard them and hold onto the default. .. _Vagrant: https://www.vagrantup.com .. _Docker: https://www.docker.com .. _GitHub: https://github.com/neutronX/django-markdownx -.. _Oracle VirtualBox: https://www.virtualbox.org \ No newline at end of file +.. _Oracle VirtualBox: https://www.virtualbox.org