Skip to content

Commit 9c7f894

Browse files
authored
Update README.md
1 parent f0795f6 commit 9c7f894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ yarn add bs-platform reason-react bs-react-native
3939
```
4040

4141
5. Now you can build all your (so far nonexsisting) Reason in two modes:
42-
- `yarn run build` performs a single build
43-
- `yarn run watch` enters the watch mode
42+
- `yarn build` performs a single build
43+
- `yarn watch` enters the watch mode
4444
6. Now we come to the fun stuff! Create a new file `re/app.re` and make it look like this:
4545
```reason
4646
open BsReactNative;

0 commit comments

Comments
 (0)