aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2022-10-17 01:18:11 +0300
committerGitHub <noreply@github.com>2022-10-17 01:18:11 +0300
commitc369953e46c9cf479e2978984ef4b4335bdae3c8 (patch)
treeee613ddb713b9750aa76e4249b2c0355ce789557
parentreadme fix (diff)
downloadbitreader-c369953e46c9cf479e2978984ef4b4335bdae3c8.tar.gz
bitreader-c369953e46c9cf479e2978984ef4b4335bdae3c8.tar.bz2
bitreader-c369953e46c9cf479e2978984ef4b4335bdae3c8.zip
Update README.mdv1.1.2
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index d8c6475..9e9807a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
1# BitReader [![Go Report Card](https://goreportcard.com/badge/github.com/pektezol/bitreader)](https://goreportcard.com/report/github.com/pektezol/bitreader) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/pektezol/bitreader/blob/main/LICENSE) [![Go Reference](https://pkg.go.dev/badge/github.com/bisaxa/bitreader.svg)](https://pkg.go.dev/github.com/pektezol/bitreader) 1# BitReader [![Go Report Card](https://goreportcard.com/badge/github.com/pektezol/bitreader)](https://goreportcard.com/report/github.com/pektezol/bitreader) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/pektezol/bitreader/blob/main/LICENSE) [![Go Reference](https://pkg.go.dev/badge/github.com/pektezol/bitreader.svg)](https://pkg.go.dev/github.com/pektezol/bitreader)
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).\
@@ -46,11 +46,11 @@ ReadBits(x), ReadBytes(x), ReadBool(), SkipBits(x) and SkipBytes(x) functions re
46Wrapper functions, however, only returns the value and panics if an error is encountered. 46Wrapper functions, however, only returns the value and panics if an error is encountered.
47 47
48## Bug Report / Feature Request 48## Bug Report / Feature Request
49Using [Github Issues](https://github.com/BiSaXa/BitReader/issues/new/choose), you can report a bug that you encountered and/or request a feature that you would like to be added. 49Using [Github Issues](https://github.com/pektezol/BitReader/issues/new/choose), you can report a bug that you encountered and/or request a feature that you would like to be added.
50 50
51## Documentation 51## Documentation
52 52
53Full documentation can be found in https://pkg.go.dev/github.com/bisaxa/bitreader 53Full documentation can be found in https://pkg.go.dev/github.com/pektezol/bitreader
54 54
55## License 55## License
56This project is licensed under [MIT License](LICENSE). \ No newline at end of file 56This project is licensed under [MIT License](LICENSE).