Skip to content

Commit bb8f590

Browse files
authored
Merge pull request rescriptbr#1 from idkjs/patch-1
fix package name in install scripts
2 parents 7bb9e9a + 92f7931 commit bb8f590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ Finally you can install this package running these commands:
3434

3535
```sh
3636
# with npm
37-
npm add -D @rescript/react-bootstrap
37+
npm add -D @rescriptbr/react-bootstrap
3838

3939
# with yarn
40-
yarn add -D @rescript/react-bootstrap
40+
yarn add -D @rescriptbr/react-bootstrap
4141
```
4242

4343
## Examples

0 commit comments

Comments
 (0)