aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBiSaXa <1669855+BiSaXa@users.noreply.github.com>2022-09-04 15:05:30 +0300
committerBiSaXa <1669855+BiSaXa@users.noreply.github.com>2022-09-04 15:05:30 +0300
commit16b0ba366e0ca5a5ba3c8fecc1623e5e62167cb3 (patch)
tree683a4948fd86ddd2f204837b70d269a928733e69 /README.md
parentchanged package name to bitreader for proper library (diff)
downloadbitreader-16b0ba366e0ca5a5ba3c8fecc1623e5e62167cb3.tar.gz
bitreader-16b0ba366e0ca5a5ba3c8fecc1623e5e62167cb3.tar.bz2
bitreader-16b0ba366e0ca5a5ba3c8fecc1623e5e62167cb3.zip
changed readme
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4f28e7b..2954d37 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
1# BitReader 1# BitReader [![Go Report Card](https://goreportcard.com/badge/github.com/bisaxa/bitreader)](https://goreportcard.com/report/github.com/bisaxa/bitreader) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/bisaxa/bitreader/blob/main/LICENSE)
2A simple bit reader with big/little-endian support for golang.\ 2A simple bit reader with big/little-endian support for golang.\
3Reads data from an existing byte array.\ 3Reads data from an existing byte array.\
4Uses string manipulation (for now).\ 4Uses string manipulation (for now).\