Skip to content

Commit b0a94ce

Browse files
committed
Removed mention of Wire
1 parent 6c9dc15 commit b0a94ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Update the additions in your `packages.dhall`:
1515
```dhall
1616
let additions =
1717
{ react-halo =
18-
{ dependencies = [ "aff", "free", "freeap", "react-basic-hooks", "refs", "wire" ]
18+
{ dependencies = [ "aff", "free", "freeap", "react-basic-hooks", "refs" ]
1919
, repo = "https://github.com/robertdp/purescript-react-halo.git"
2020
, version = "v1.1.0"
2121
}
@@ -88,8 +88,6 @@ subscribe :: forall props state action m. Event action -> HaloM props state acti
8888
unsubscribe :: forall m action state props. SubscriptionId -> HaloM props state action m Unit
8989
```
9090

91-
`Event` comes from the [Wire](https://github.com/robertdp/purescript-wire) library.
92-
9391
There is also a version for subscriptions that want to unsubscribe themselves:
9492

9593
```purescript

0 commit comments

Comments
 (0)