You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# bs-storybook
1
+
# rescript-storybook
2
2
3
-
BuckleScript bindings for **[Storybook](https://storybook.js.org/)**.
3
+
Rescript bindings for **[Storybook](https://storybook.js.org/)**.
4
4
5
5
The goal of this project is to provide bindings for the main Storybook API, as well as the official add-ons. Currently it supports:
6
6
@@ -13,10 +13,10 @@ The goal of this project is to provide bindings for the main Storybook API, as w
13
13
First install this package:
14
14
15
15
```bash
16
-
npm install bs-storybook
16
+
npm install rescript-storybook
17
17
```
18
18
19
-
Next, you'll need to add `bs-storybook` to your `bsconfig.json` as a dependency.
19
+
Next, you'll need to add `rescript-storybook` to your `bsconfig.json` as a dependency.
20
20
21
21
Then, get Storybook up and running according to [their docs](https://storybook.js.org/basics/quick-start-guide/)
22
22
@@ -48,7 +48,7 @@ module.exports = {
48
48
};
49
49
```
50
50
51
-
Note that in the above example, we're assuming the convention of each module containing a function as the `default` export. bs-storybook is accountable for that while writting your stories:
51
+
Note that in the above example, we're assuming the convention of each module containing a function as the `default` export. rescript-storybook is accountable for that while writting your stories:
0 commit comments