From e748d630b2a1c334b7654a37cd2161364ea34a5e Mon Sep 17 00:00:00 2001 From: Ray Luxembourg Date: Tue, 3 Aug 2021 16:55:19 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f69088..1863cf1 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Saving output to a json file ```go jsonName := "application.json" os.Remove(jsonName) -b, _ := json.Marshal(jsonArr) +b, _ := json.Marshal(datasets) ioutil.WriteFile(jsonName, b, 0666) ``` @@ -90,4 +90,4 @@ Todo list: 5. Publish using NPM 6. Read configuration from project root directory .estruct.json 7. Boost performance -8. Cleaner code \ No newline at end of file +8. Cleaner code