Skip to content

Commit a3d109e

Browse files
committed
Updated README.md
1 parent 223597c commit a3d109e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ doxdox also features support for extendability via custom plugins for both parsi
3636

3737
![screenshot](screenshot.jpg)
3838

39-
_Bootstrap template plugin_ <https://github.com/neogeek/doxdox-plugin-bootstrap>
39+
_Bootstrap template plugin, included with doxdox_ <https://github.com/neogeek/doxdox-plugin-bootstrap>
4040

4141
## Getting Started
4242

@@ -62,9 +62,14 @@ $ doxdox 'lib/**/*.js' --layout markdown --output DOCUMENTATION.md
6262
├─ lib/
6363
│ ├─ doxdox.js
6464
│ ├─ loaders.js
65-
─ utils.js
65+
─ utils.js
6666
├─ node_modules/
6767
└─ test/
68+
├─ fixtures/
69+
└─ specs/
70+
├─ doxdox.js
71+
├─ loaders.js
72+
└─ utils.js
6873
```
6974

7075
## Installation

0 commit comments

Comments
 (0)