diff --git a/README.md b/README.md index 15e982a..13a29c5 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ This also works for individual items of REST collections ``` python from purest import jsonplaceholder_typicode_com as api -article)url = api.posts[1] +article_url = api.posts[1] # equivalent to article_url = api['posts'][1] ``` @@ -116,4 +116,4 @@ print article.id # Tests -```python setup.py test``` \ No newline at end of file +```python setup.py test```