diff --git a/README.md b/README.md index 24616dd..4cf289c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# flatten +# flatten_json Flattens JSON objects in Python. ```flatten_json``` destroys the hierarchy in your object which can be useful if you want to force your objects into a table. ### Installation