Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ogobrecht committed Jun 20, 2019
1 parent 547d102 commit fda0a5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Add a new npm script entry in your package.json - here an example from my PLEX p
"build:docs": "npx ploc --in PLEX.pks --out README.md",
},
"dependencies": {
"ploc": "^0.5.0"
"ploc": "^0.6.0"
}
}
```
Expand Down Expand Up @@ -250,7 +250,7 @@ We add now a script called `build:all_docs` to our package.json:
"build:all_docs": "npx ploc",
},
"dependencies": {
"ploc": "^0.5.0"
"ploc": "^0.6.0"
}
}
```
Expand Down Expand Up @@ -281,7 +281,7 @@ One common use case is to place all docs in a docs folder - we change therefore
"build:all_docs": "npx --out docs/{file}.md",
},
"dependencies": {
"ploc": "^0.5.0"
"ploc": "^0.6.0"
}
}
```
Expand Down Expand Up @@ -311,7 +311,7 @@ We use here [chokidar](https://www.npmjs.com/package/chokidar-cli) - you can ins
},
"dependencies": {
"chokidar-cli": "^1.2.1",
"ploc": "^0.5.0"
"ploc": "^0.6.0"
}
}
```
Expand Down

0 comments on commit fda0a5c

Please sign in to comment.