Skip to content

Commit 92f7931

Browse files
authored
fix package name in install scripts
1 parent 7bb9e9a commit 92f7931

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
@@ -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)