Skip to content

Commit

Permalink
fix: wrong installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
kyuwoo-choi authored Nov 13, 2019
1 parent af3db80 commit 6c21670
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ In a browser, the following properties of the global `isMobile` object will eith
#### Install

```bash
yarn install ismobilejs
yarn add ismobilejs
// or
npm install ismobilejs
```

#### Use
Expand Down

0 comments on commit 6c21670

Please sign in to comment.