Browse Source

Fixed import in README

Pierre Curto 7 năm trước cách đây
mục cha
commit
623b5a2f4d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -6,7 +6,7 @@ LZ4 compression and decompression in pure Go.
 ## Usage
 
 ```go
-import "github.com/pierrec/lz4/v2"
+import "github.com/pierrec/lz4"
 ```
 
 ## Description