Skip to content

Commit

Permalink
Fixed import in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrec committed Oct 27, 2018
1 parent 635575b commit 623b5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 623b5a2

Please sign in to comment.