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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@ A set of components for managing component states (including mounting and unmoun
17
17
18
18
Clone the repo first:
19
19
20
-
```
20
+
```plain
21
21
git@github.com:reactjs/react-transition-group.git
22
22
```
23
23
24
-
Then run `npm install`(or `yarn`), and finally `npm run storybook` to start a storybook instance that you can navigate to in your browser to see the examples.
24
+
Then run `npm install` or `yarn`, and finally `npm run storybook` or `yarn storybook` to start a storybook instance that you can navigate to in your browser to see the examples.
0 commit comments