From 555ed18d0adad889a62d89fe22ae9e26f12b9055 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Fri, 15 Sep 2023 21:37:05 +0300 Subject: simply the best --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6264cd4..2896cfa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # BitReader [![Go Reference](https://pkg.go.dev/badge/github.com/pektezol/bitreader.svg)](https://pkg.go.dev/github.com/pektezol/bitreader) [![Go Report Card](https://goreportcard.com/badge/github.com/pektezol/bitreader)](https://goreportcard.com/report/github.com/pektezol/bitreader) [![License: LGPL 2.1](https://img.shields.io/badge/License-LGPL_v2.1-blue.svg)](https://github.com/pektezol/bitreader/blob/main/LICENSE) -A simple bit reader with big/little-endian support for golang. +The simplest bit reader with big/little-endian support for Golang. ## Installation ```bash -- cgit v1.2.3