Skip to content

Commit

Permalink
chore: update npm instructions in README (#11890)
Browse files Browse the repository at this point in the history
  • Loading branch information
joebowbeer committed Sep 22, 2021
1 parent 4f5dab0 commit da7c4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -89,7 +89,7 @@ Add the following section to your `package.json`:
}
```

Finally, run `yarn test` or `npm run test` and Jest will print this message:
Finally, run `yarn test` or `npm test` and Jest will print this message:

```bash
PASS ./sum.test.js
Expand Down

0 comments on commit da7c4a4

Please sign in to comment.