Skip to content

Commit 03e721f

Browse files
yhor1etmcw
authored andcommitted
docs: Fix THEMING.md line number (#1223)
1 parent 64ef671 commit 03e721f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/THEMING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ for some ideas.
2929

3030
- Copy contents of `default_theme` folder (noted above) into a new folder in your project. One way to do it is to create a new git repository with the folder contents and add this line to your `package.json` `devDependencies` section: `"docjs-theme": "my-gh-username/reponame"`. That way when you install dependencies, your new theme will be in the projects `node_modules` folder.
3131

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

3434
- 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

0 commit comments

Comments
 (0)