Commit 10bed0fb by Renzo Lucioni

Merge pull request #60 from edx/renzo/tiny-readme-fix

README clean up
parents 4a43474a b5bca3d2
......@@ -14,7 +14,7 @@ This repository contains the edX ecommerce service, which relies heavily on `dja
Getting Started
---------------
Most commands necessary to run and develope the ecommerce service can be found in the included Makefile.
Most commands necessary to run and develop the ecommerce service can be found in the included Makefile.
To install requirements necessary for local development, run::
......@@ -30,7 +30,7 @@ To stand up the development server, run::
$ make serve
By default, the Django Debug Toolbar is disabled. To enable it, set the environmental variable ENABLE_DJANGO_TOOLBAR.
By default, the Django Debug Toolbar is disabled. To enable it, set the ENABLE_DJANGO_TOOLBAR environment variable.
Testing
-------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment