From 052c7853e200ae0dd55dd57fe710cd9f705a86c8 Mon Sep 17 00:00:00 2001 From: amirziai Date: Wed, 1 Feb 2017 00:14:40 -0800 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50206e8..24616dd 100644 --- a/README.md +++ b/README.md @@ -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)