Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
onury committed Mar 19, 2016
1 parent 5d09d5a commit 6671285
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,19 +164,19 @@ jsdocx.parse(options, function (err, docs) {
</td>
</tr>
<tr>
<td>↳<code>output.path</code></td>
<td>↳<code>output.<b>path</b></code></td>
<td><code>String</code></td>
<td><code>undefined</code></td>
<td>Path for a JSON file to be created.</td>
</tr>
<tr>
<td>↳<code>output.indent</code></td>
<td>↳<code>output.<b>indent</b></code></td>
<td><code>Boolean|Number</code></td>
<td><code>false</code></td>
<td>Number of spaces for indentation. If set to <code>true</code>, 2 spaces will be used.</td>
</tr>
<tr>
<td>↳<code>output.force</code></td>
<td>↳<code>output.<b>force</b></code></td>
<td><code>Boolean</code></td>
<td><code>false</code></td>
<td>Whether to create parent directories if they don't exist.</td>
Expand Down

0 comments on commit 6671285

Please sign in to comment.