Skip to content

Commit

Permalink
Merge pull request #76 from yassinebenaid/fix-typo
Browse files Browse the repository at this point in the history
fix typo in readme
  • Loading branch information
yassinebenaid authored Nov 20, 2024
2 parents 551ffa9 + c5fdbb7 commit f969f90
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 @@ -80,7 +80,7 @@ func main() {
var d = godump.Dumper{
Indentation: " ",
HidePrivateFields: false,
ShowPrimitiveNamedTypes = false
ShowPrimitiveNamedTypes: false
Theme: godump.Theme{
String: godump.RGB{R: 138, G: 201, B: 38},
// ...
Expand Down

0 comments on commit f969f90

Please sign in to comment.