Skip to content

Commit

Permalink
Makes NPM a link like Yarn is (#4998)
Browse files Browse the repository at this point in the history
Yarn is a link, so why not NPM?
  • Loading branch information
njlr authored and cpojer committed Dec 1, 2017
1 parent 08f8394 commit aa4f09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: getting-started
title: Getting Started
---

Install Jest using `npm`:
Install Jest using [`npm`](https://www.npmjs.com/):

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

0 comments on commit aa4f09d

Please sign in to comment.