Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Jan 29, 2021
1 parent 5fc1f39 commit e649fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ To run TypeSync and install packages automatically after every package install,

```json
{
"scripts: {
"scripts": {
"postinstall": "typesync && npm install"
}
}
Expand All @@ -81,7 +81,7 @@ Or, if you use `yarn`:

```json
{
"scripts: {
"scripts": {
"postinstall": "typesync && yarn"
}
}
Expand Down

0 comments on commit e649fa5

Please sign in to comment.