Skip to content

Commit

Permalink
Merge pull request #266 from reod/patch-1
Browse files Browse the repository at this point in the history
Remove unnecessary quotation mark
  • Loading branch information
kulshekhar authored Jul 14, 2017
2 parents 6ec920e + 94686b4 commit 50a2a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

To use this in your project, run:
```sh
npm install --save-dev ts-jest @types/jest"
npm install --save-dev ts-jest @types/jest
```
Modify your project's `package.json` so that the `jest` section looks something like:
```json
Expand Down

0 comments on commit 50a2a9a

Please sign in to comment.