Skip to content

Commit 480f003

Browse files
committed
Change name
1 parent ff54762 commit 480f003

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# purescript-marionette-react-basic
1+
# purescript-marionette-react-basic-hooks
22

33
A [`marionette`](https://github.com/thought2/purescript-marionette) renderer for [`react-basic-hooks`](https://github.com/megamaddu/purescript-react-basic-hooks). Provides an easy to use `useMarionette` hook.
44

55

66
## Documentation
77

8-
- Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-marionette-react-basic).
8+
- Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-marionette-react-basic-hooks).
99

1010

1111
## Installation

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
{
3-
description = "purescript-marionette-react-basic";
3+
description = "purescript-marionette-react-basic-hooks";
44

55
inputs.nixpkgs.url = "nixpkgs";
66

spago.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ name = "purescript-marionette-react-basic"
1+
{ name = "purescript-marionette-react-basic-hooks"
22
, dependencies =
33
[ "aff"
44
, "aff-promise"

0 commit comments

Comments
 (0)