Fix typo on contribution guide (#130)

* Fix typo on contribution guide

* Add package.json into File created section
This commit is contained in:
Hyunwoo Park 2018-10-17 03:14:20 +09:00 committed by adi
parent 4b4efa865d
commit 3869bf3a0c

View file

@ -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
.. _Oracle VirtualBox: https://www.virtualbox.org