aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2022-11-07 12:11:55 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2022-11-07 12:11:55 +0300
commit2390bbbba95de24aef0e0b4df5326be48123b528 (patch)
tree34fc75eaf704309442dccdce6a4c19598eb204c3 /README.md
parentadd ReadString() function (diff)
downloadbitreader-1.2.0.tar.gz
bitreader-1.2.0.tar.bz2
bitreader-1.2.0.zip
readme typov1.2.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6e70b37..850678d 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Reads stream data from an io.Reader; can read from os.File and a byte array with
4Uses bitwise operations.\ 4Uses bitwise operations.\
5Support reading up to 64 bits at one time.\ 5Support reading up to 64 bits at one time.\
6Includes wrapper functions for most used data types.\ 6Includes wrapper functions for most used data types.\
7Error checking on all but wrapper functions.\ 7Error checking on all but wrapper functions.
8 8
9## Installation 9## Installation
10```bash 10```bash