From c369953e46c9cf479e2978984ef4b4335bdae3c8 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Mon, 17 Oct 2022 01:18:11 +0300 Subject: Update README.md --- README.md | 8 ++++---- 1 file 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 @@ -# 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) +# 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) A simple bit reader with big/little-endian support for golang.\ Reads data from an existing byte array.\ Uses string manipulation (for now).\ @@ -46,11 +46,11 @@ ReadBits(x), ReadBytes(x), ReadBool(), SkipBits(x) and SkipBytes(x) functions re Wrapper functions, however, only returns the value and panics if an error is encountered. ## Bug Report / Feature Request -Using [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. +Using [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. ## Documentation -Full documentation can be found in https://pkg.go.dev/github.com/bisaxa/bitreader +Full documentation can be found in https://pkg.go.dev/github.com/pektezol/bitreader ## License -This project is licensed under [MIT License](LICENSE). \ No newline at end of file +This project is licensed under [MIT License](LICENSE). -- cgit v1.2.3