Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amirziai committed Feb 1, 2017
1 parent 2f44a27 commit 052c785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dic = {
"c": [{"d": [2, 3, 4], "e": [{"f": 1, "g": 2}]}]
}
```
which you want to flatten. Just apply ```flatten_json```:
which you want to flatten. Just apply ```flatten```:
```python
from flatten_json import flatten
flatten(dic)
Expand Down

0 comments on commit 052c785

Please sign in to comment.