Skip to content

Commit 74f74f4

Browse files
Update related modules and installation in README (#174)
1 parent 4bf5a5a commit 74f74f4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Diff for: README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
[![Maintainer: ethul](https://img.shields.io/badge/maintainer-ethul-lightgrey.svg)](http://github.com/ethul)
44
![React: 16](https://img.shields.io/badge/react-16-lightgrey.svg)
55

6-
Low-level React Bindings for PureScript.
7-
8-
For a more high-level set of bindings, you might like to look at `purescript-thermite`.
6+
Low-level React bindings for PureScript. For a more high-level set of bindings, you might like to look at [`purescript-react-basic`](https://github.com/lumihq/purescript-react-basic).
97

108
- [Module Documentation](https://pursuit.purescript.org/packages/purescript-react/)
119

12-
```
13-
bower install purescript-react
10+
```sh
11+
spago install react
1412
```
1513

1614
This library requires the `react` module. This dependency may be satisfied by installing the NPM [react package](https://www.npmjs.com/package/react).
@@ -22,7 +20,6 @@ npm install react
2220
## Related Modules
2321

2422
- [React DOM](https://github.com/purescript-contrib/purescript-react-dom)
25-
- [CSS Transition Group Addon](https://github.com/purescript-contrib/purescript-react-addons-css-transition-group)
2623

2724
## Example
2825

0 commit comments

Comments
 (0)