Skip to content

Commit bf02418

Browse files
authored
Drop efficiency wording from README
1 parent 6af054b commit bf02418

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
[![Hackage version](https://img.shields.io/hackage/v/binary.svg?label=Hackage)](https://hackage.haskell.org/package/binary) [![Stackage version](https://www.stackage.org/package/binary/badge/lts?label=Stackage)](https://www.stackage.org/package/binary) [![Build Status](https://api.travis-ci.org/kolmodin/binary.png?branch=master)](http://travis-ci.org/kolmodin/binary)
44

5-
*Efficient, pure binary serialisation using lazy ByteStrings.*
5+
*Pure binary serialisation using lazy ByteStrings.*
66

77
The ``binary`` package provides Data.Binary, containing the Binary class,
88
and associated methods, for serialising values to and from lazy
99
ByteStrings.
10-
A key feature of ``binary`` is that the interface is both pure, and efficient.
10+
A key feature of ``binary`` is that the interface is both pure, and
11+
moderately efficient.
1112
The ``binary`` package is portable to GHC and Hugs.
1213

1314
## Installing binary from Hackage ##

0 commit comments

Comments
 (0)