Skip to content

Commit

Permalink
Add bower example installation command to the readme.
Browse files Browse the repository at this point in the history
Related to #3.
  • Loading branch information
JustinTArthur committed Jan 31, 2014
1 parent 1396b30 commit 91a5e4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Django REST Framework. The biggest features:
* Trailing slashes allowed in the resource URLs per the Django community norm.
* The `isArray` methods like `query` allow for paginated responses. The pages will be streamed into the promise object.

Installation
-----
Download angular-django-rest-resource.js and put it in your project. You may also do it the bower way:

bower install angular-django-rest-resource

Usage
-----
Do this somewhere in your application HTML:
Expand Down

0 comments on commit 91a5e4c

Please sign in to comment.