Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnusKnutas committed Mar 10, 2015
1 parent 9e7c030 commit 9cf354d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ I needed a way to map a rest-api in a project I'm working on, I like the orm way
## Usage

Add an endpoint (ugly and will change)
import restedorm

restedorm.BASE_URL = 'http://yoururl/'
import restedorm
restedorm.BASE_URL = 'http://yoururl/'

The way to use restedorm is just as straight forward as defining a model:

Expand Down

0 comments on commit 9cf354d

Please sign in to comment.