Skip to content

Commit beb1763

Browse files
authored
Update Readme: yarnpkg is deprecated
Users should install `yarn` now :D
1 parent e4c8c43 commit beb1763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Example project using Reason as an `yarn` dependency.
1616
[yarn](https://yarnpkg.com/) is a fast, reliable, and secure dependency management tool. You can now use yarn to install reason and manage its dependencies.
1717

1818
```
19-
npm install -g yarnpkg
19+
npm install -g yarn
2020
```
2121

2222
## Get started:

0 commit comments

Comments
 (0)