diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | # BitReader [](https://pkg.go.dev/github.com/pektezol/bitreader) [](https://goreportcard.com/report/github.com/pektezol/bitreader) [](https://github.com/pektezol/bitreader/blob/main/LICENSE) | 1 | # BitReader [](https://pkg.go.dev/github.com/pektezol/bitreader) [](https://goreportcard.com/report/github.com/pektezol/bitreader) [](https://github.com/pektezol/bitreader/blob/main/LICENSE) |
| 2 | A simple bit reader with big/little-endian support for golang. | 2 | The simplest bit reader with big/little-endian support for Golang. |
| 3 | 3 | ||
| 4 | ## Installation | 4 | ## Installation |
| 5 | ```bash | 5 | ```bash |