From 7e02f1876db6ba5b8b5e70e64841ee10c3bb7a5c Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Mon, 17 Oct 2022 01:11:18 +0300 Subject: update for github username change --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2954d37..052bdfe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 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) +# 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) A simple bit reader with big/little-endian support for golang.\ Reads data from an existing byte array.\ Uses string manipulation (for now).\ @@ -7,13 +7,13 @@ Checking for overflowing the data. ## Installation ```bash -$ go get github.com/bisaxa/bitreader +$ go get github.com/pektezol/bitreader ``` ## Usage ```go -import "github.com/bisaxa/bitreader" +import "github.com/pektezol/bitreader" // data: []byte Data to read from byte array // le: bool Little-endian(true) or big-endian(false) state -- cgit v1.2.3