Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Luxembourg committed Aug 3, 2021
2 parents 79ff020 + e748d63 commit 2185e20
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 @@ -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

0 comments on commit 2185e20

Please sign in to comment.