Pierre Curto пре 6 година
родитељ
комит
b16d5c4e7d
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -15,7 +15,7 @@ The implementation is based on the reference C [one](https://github.com/lz4/lz4)
 Assuming you have the go toolchain installed:
 
 ```
-go get github.com/pierrec/lz4
+go get github.com/pierrec/lz4/v3
 ```
 
 There is a command line interface tool to compress and decompress LZ4 files.
@@ -103,3 +103,4 @@ Thanks to all contributors so far:
 - [@ikkeps](https://github.com/ikkeps)
 
 Special thanks to [@Zariel](https://github.com/Zariel) for his asm implementation of the decoder
+Special thanks to [@klauspost](https://github.com/klauspost) for his work on optimizing the code