Skip to content

Commit

Permalink
docs: fix link in getting started page (#10573)
Browse files Browse the repository at this point in the history
  • Loading branch information
apriliandi246 committed Oct 3, 2020
1 parent 6b3a848 commit bc1b16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Expand Up @@ -9,7 +9,7 @@ Install Jest using [`yarn`](https://yarnpkg.com/en/package/jest):
yarn add --dev jest
```

Or [`npm`](https://www.npmjs.com/):
Or [`npm`](https://www.npmjs.com/package/jest):

```bash
npm install --save-dev jest
Expand Down

0 comments on commit bc1b16a

Please sign in to comment.