Skip to content

Commit

Permalink
Fix screenshots in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed May 19, 2012
1 parent be58b25 commit b89cfc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -32,15 +32,15 @@ Add the `django-auto-api` urls to your URLConf:

In `HTML` format:

![HTML API](screenshots/html.png)
![HTML API](raw/master/screenshots/html.png)

In `JSON` format:

![JSON API](screenshots/json.png)
![JSON API](raw/master/screenshots/json.png)

In `XML` format:

![XML API](screenshots/xml.png)
![XML API](raw/master/screenshots/xml.png)

## Running the example project

Expand Down

0 comments on commit b89cfc8

Please sign in to comment.