Skip to content

Commit

Permalink
Update README.md: update JSDoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Aug 19, 2017
1 parent 5a3d934 commit 7cb3a91
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@ $ yarn add jsdoc-vuejs -D

# Usage

Update your JSDoc plugins:
Update your JSDoc configuration

```json
{
"plugins": [
"node_modules/jsdoc-vuejs"
]
],
"source": {
"includePattern": "\\.(vue|js)$"
}
}
```

Expand Down

0 comments on commit 7cb3a91

Please sign in to comment.