Skip to content

Commit f9c9602

Browse files
committed
updates README
1 parent 05fd62f commit f9c9602

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
# purescript-maps
1+
# purescript-ordered-collections
22

3-
[![Latest release](http://img.shields.io/github/release/purescript/purescript-maps.svg)](https://github.com/purescript/purescript-maps/releases)
4-
[![Build status](https://travis-ci.org/purescript/purescript-maps.svg?branch=master)](https://travis-ci.org/purescript/purescript-maps)
3+
[![Latest release](http://img.shields.io/github/release/purescript/purescript-ordered-collections.svg)](https://github.com/purescript/purescript-ordered-collections/releases)
4+
[![Build status](https://travis-ci.org/purescript/purescript-ordered-collections.svg?branch=master)](https://travis-ci.org/purescript/purescript-ordered-collections)
55

6-
Purely-functional map data structures.
6+
Purely-functional map and set data structures.
77

88
## Installation
99

1010
```
11-
bower install purescript-maps
11+
bower install purescript-ordered-collections
12+
# or
13+
psc-package install ordered-collections
1214
```
1315

1416
## Documentation
1517

16-
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-maps).
18+
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-ordered-collections).

0 commit comments

Comments
 (0)