Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add a go badge
  • Loading branch information
teocci authored Aug 17, 2021
1 parent 0349bbe commit 02c2e99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## go-config-parser
## go-config-parser [![Go Reference][1]][2]

## Introduction
`go-config-parser` package provides a simple parser for reading/writing `.ini` configuration files.
Expand Down Expand Up @@ -102,3 +102,6 @@ func TestExample(t *testing.T) {
}
}
```

[1]: https://pkg.go.dev/badge/github.com/teocci/go-config-parser.svg
[2]: https://pkg.go.dev/github.com/teocci/go-config-parser

0 comments on commit 02c2e99

Please sign in to comment.