Skip to content

Commit 6ca0083

Browse files
authored
Docs: Revise THEMING.MD per Pull Request Feedback
Chanted the script line example to use documentation instead of referring to the node_modules bin folder.
1 parent 3a8ab80 commit 6ca0083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/THEMING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ for some ideas.
3131

3232
- In the folder you created, replace `require('../')` on lines 10 and 11 of `index.js` with `require('documentation')` and save.
3333

34-
- You can now make changes that will show up when you generate your docs using your theme. Example `package.json` `scripts` entry: `"node_modules/.bin/documentation build index.js -f html -o docs --theme node_modules/docjs-theme"`
34+
- You can now make changes that will show up when you generate your docs using your theme. Example `package.json` `scripts` entry: `"documentation build index.js -f html -o docs --theme node_modules/docjs-theme"`
3535

3636
### Theming Markdown
3737

0 commit comments

Comments
 (0)