aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2022-10-17 01:15:36 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2022-10-17 01:15:36 +0300
commitd895f2160a4eef514038d66777f587ffdd74b2b6 (patch)
treead989b14f054cdef146d99ab6dd7a891694e732c /README.md
parentMerge branch 'main' of https://github.com/BiSaXa/BitReader (diff)
downloadbitreader-d895f2160a4eef514038d66777f587ffdd74b2b6.tar.gz
bitreader-d895f2160a4eef514038d66777f587ffdd74b2b6.tar.bz2
bitreader-d895f2160a4eef514038d66777f587ffdd74b2b6.zip
readme fix
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 45f13ca..d8c6475 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) 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)
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).\