Skip to content

Commit

Permalink
fix(doc): duplicate argument documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
janl authored and gr2m committed Mar 18, 2017
1 parent b852868 commit 1e32931
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,15 +219,6 @@ hoodie.request(options)
</td>
<td>No</td>
</tr>
<tr>
<th align="left">options.data</th>
<td>Object, Array, String or Number</td>
<td>
For <code>PUT</code> and <code>POST</code> requests, an optional payload
can be sent. It will be stringified before sending the request.
</td>
<td>No</td>
</tr>
</table>

Examples
Expand Down

0 comments on commit 1e32931

Please sign in to comment.