Skip to content

Commit

Permalink
fix(docs): fix the sample in README.md (#50)
Browse files Browse the repository at this point in the history
This should be just `docs:` but we also want to test the release automation. So `fix(docs)`!
  • Loading branch information
alexander-fenster committed Oct 30, 2020
1 parent fe6edc0 commit ac6c1a9
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 @@ -37,7 +37,7 @@ In your `.jsdoc.json` file, add a template option.

```json
"opts": {
"template": "node_modules/jsdoc-template"
"template": "node_modules/jsdoc-fresh"
}
```

Expand Down

0 comments on commit ac6c1a9

Please sign in to comment.