diff --git a/README.md b/README.md index e81954d97032fcfa291c2dde29dca6000024de1e..e39348dccf61592a5cef860aad54e6d047263495 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,13 @@ [](https://hackage.haskell.org/package/binary) [](https://www.stackage.org/package/binary) [](http://travis-ci.org/kolmodin/binary) -*Efficient, pure binary serialisation using lazy ByteStrings.* +*Pure binary serialisation using lazy ByteStrings.* The ``binary`` package provides Data.Binary, containing the Binary class, and associated methods, for serialising values to and from lazy ByteStrings. -A key feature of ``binary`` is that the interface is both pure, and efficient. +A key feature of ``binary`` is that the interface is both pure, and +moderately efficient. The ``binary`` package is portable to GHC and Hugs. ## Installing binary from Hackage ##