Skip to content

Commit 2d0f0a0

Browse files
committed
Update readme
1 parent 5fba521 commit 2d0f0a0

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,9 @@ Module documentation is [published on Pursuit](http://pursuit.purescript.org/pac
1010

1111
## Using with [Spago](https://github.com/purescript/spago)
1212

13-
Update the additions in your `packages.dhall`:
14-
15-
```dhall
16-
let additions =
17-
{ react-halo =
18-
{ dependencies = [ "aff", "event", "free", "freeap", "react-basic-hooks", "refs", "unsafe-reference" ]
19-
, repo = "https://github.com/robertdp/purescript-react-halo.git"
20-
, version = "v1.2.1"
21-
}
22-
}
23-
```
24-
25-
Then install with Spago:
26-
2713
`$ spago install react-halo`
14+
or
15+
`$ npx spago install react-halo`
2816

2917
## What does Halo provide?
3018

0 commit comments

Comments
 (0)