Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RayLuxembourg authored Aug 3, 2021
1 parent 89d3a50 commit e748d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down Expand Up @@ -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
8. Cleaner code

0 comments on commit e748d63

Please sign in to comment.