Skip to content

Commit

Permalink
Merge pull request #107 from richlloydmiles/master
Browse files Browse the repository at this point in the history
Just a grammar update
  • Loading branch information
Martijn Jacobs committed Sep 11, 2017
2 parents d8a80ba + 2371da4 commit 9aed1e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ Usage
To use the Oscar API application in an Oscar E-commerce site, follow these
steps:

1. Install the `django-oscar-api` package someway (``pip install django-oscar-api``).
1. Install the `django-oscar-api` package (``pip install django-oscar-api``).
2. Add oscarapi to INSTALLED_APPS.
3. Add the application's urls to your urlconf::
from oscarapi.app import application as api

urlpatterns = (
# all the things you allready got
# all the things you already have
url(r'^api/', include(api.urls)),
)

Expand Down

0 comments on commit 9aed1e1

Please sign in to comment.