From eb5a3a0745f8455666a569206d747ade6d3985ab Mon Sep 17 00:00:00 2001 From: Erik Moqvist Date: Sat, 28 Sep 2019 10:11:52 +0200 Subject: [PATCH] Fix last name typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3eeb5e0..36d6b02 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # About -`cbitstruct` is a C implementation of the `bitstruct` library. Credits to Erik Movist for the original `bitstruct` library available on [Github](https://github.com/eerimoq/bitstruct) and [pip](https://pypi.org/project/bitstruct/). +`cbitstruct` is a C implementation of the `bitstruct` library. Credits to Erik Moqvist for the original `bitstruct` library available on [Github](https://github.com/eerimoq/bitstruct) and [pip](https://pypi.org/project/bitstruct/). The goal is to provide the same API an idealy to be able to interchange `import bitstruct` and `import cbitstruct as bitstruct`.