From 9d225a4c3d83f8417a3c485f72a87b068773bbc8 Mon Sep 17 00:00:00 2001 From: Klaus Post Date: Tue, 24 May 2022 17:39:41 +0200 Subject: [PATCH] Update README.md --- snappy/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snappy/README.md b/snappy/README.md index 7abf6dfc92..8271bbd090 100644 --- a/snappy/README.md +++ b/snappy/README.md @@ -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.