Skip to content

Commit 50a2a9a

Browse files
authored
Merge pull request #266 from reod/patch-1
Remove unnecessary quotation mark
2 parents 6ec920e + 94686b4 commit 50a2a9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
To use this in your project, run:
4848
```sh
49-
npm install --save-dev ts-jest @types/jest"
49+
npm install --save-dev ts-jest @types/jest
5050
```
5151
Modify your project's `package.json` so that the `jest` section looks something like:
5252
```json

0 commit comments

Comments
 (0)