Skip to content

Commit f9acf3e

Browse files
authoredOct 1, 2020
docs: replace yarn install w/ yarn add (#65)
1 parent b4195b8 commit f9acf3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Install with `npm` or `yarn`
4545
4646
```sh
4747
npm install -g devmoji
48-
yarn global install devmoji
48+
yarn global add devmoji
4949
```
5050

5151
> locally inside your project. use with `npx devmoji`

0 commit comments

Comments
 (0)
Please sign in to comment.