diff --git a/README.md b/README.md index c204a92..993acd8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Snappy in Java -This is a rewrite (port) of [Snappy](http://code.google.com/p/snappy/) writen in +__NOTE: Future development of Snappy without JNI has moved to [aircompressor](https://github.com/airlift/aircompressor)__ + +This is a rewrite (port) of [Snappy](http://code.google.com/p/snappy/) written in pure Java. This compression code produces a byte-for-byte exact copy of the output created by the original C++ code, and extremely fast.