Skip to content

Commit

Permalink
correct readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
nqd committed Jan 20, 2019
1 parent 487dc8c commit 2846f5a
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 @@ -120,7 +120,7 @@ out, err := flat.Flatten(in, &flat.Options{
MaxDepth: 2,
})
// out = map[string]interface{}{
// "hello:world": map[string]interface{}{"again": "good morning"},
// "hello.world": map[string]interface{}{"again": "good morning"},
// }
```

Expand Down

0 comments on commit 2846f5a

Please sign in to comment.