diff --git a/README.md b/README.md index 8d1433f..ad38508 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ BinaryPack is a simple Golang library which implements some functionality of Python's [struct](https://docs.python.org/2/library/struct.html) package. -This is a fork of Roman Kachanovsky [go-binary-pack](https://github.com/roman-kachanovsky/go-binary-pack/binary-pack) +This is a fork of Roman Kachanovsky [go-binary-pack](https://github.com/roman-kachanovsky/go-binary-pack) **Note** @@ -213,4 +213,4 @@ func (instance OPRETDevList) Pack() []byte { data := devList.Pack() -``` \ No newline at end of file +```