mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Fixed formatting in README.
This commit is contained in:
parent
c1ed8d84c3
commit
b1f6ebf6d9
@ -3,8 +3,8 @@ Adding a Plugin
|
||||
|
||||
There are two steps required to install a new plugin:
|
||||
|
||||
# Create a JavaScript module to contain your plugin code.
|
||||
# Include the name of that module in the "plugins" array of `conf.json`.
|
||||
1. Create a JavaScript module to contain your plugin code.
|
||||
2. Include the name of that module in the "plugins" array of `conf.json`.
|
||||
|
||||
For example, if your plugin source code was saved in the "plugins/shout.js"
|
||||
file, you would include it in conf.json like so:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user