Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed May 24, 2022
1 parent 131651f commit 9d225a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snappy/README.md
Expand Up @@ -2,9 +2,9 @@

The Snappy compression format in the Go programming language.

This is a plug-in replacement for `github.com/golang/snappy`.
This is a drop-in replacement for `github.com/golang/snappy`.

It provides full replacement of the Snappy package.
It provides a full, compatible replacement of the Snappy package by simply changing imports.

See [Snappy Compatibility](https://github.com/klauspost/compress/tree/master/s2#snappy-compatibility) in the S2 documentation.

Expand Down

0 comments on commit 9d225a4

Please sign in to comment.