Skip to content

Commit fd691f7

Browse files
BodigrimLysxia
authored andcommitted
Freshen up README
1 parent ff31f14 commit fd691f7

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.markdown

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# `text`: Fast, packed Unicode strings, using stream fusion [![Hackage](http://img.shields.io/hackage/v/text.svg)](https://hackage.haskell.org/package/text)
1+
# text [![Hackage](http://img.shields.io/hackage/v/text.svg)](https://hackage.haskell.org/package/text) [![Stackage LTS](http://stackage.org/package/text/badge/lts)](http://stackage.org/lts/package/text) [![Stackage Nightly](http://stackage.org/package/text/badge/nightly)](http://stackage.org/nightly/package/text)
22

3-
This package provides the Data.Text library, a library for the space-
4-
and time-efficient manipulation of Unicode text in Haskell.
3+
Haskell library for space- and time-efficient operations over Unicode text.
54

65
# Get involved!
76

@@ -11,15 +10,14 @@ Please report bugs via the
1110
The main repo:
1211

1312
```bash
14-
git clone git://github.com/haskell/text.git
13+
git clone https://github.com/haskell/text
1514
```
1615

1716
To run benchmarks please clone and unpack test files:
1817

1918
```bash
20-
git clone https://github.com/bos/text-test-data benchmarks/text-test-data
21-
cd benchmarks/text-test-data
22-
make
19+
git clone https://github.com/haskell/text-test-data benchmarks/text-test-data
20+
make -Cbenchmarks/text-test-data
2321
```
2422

2523
# Authors

0 commit comments

Comments
 (0)