Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zemirco committed Jun 1, 2014
1 parent b13d1fa commit 749de67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/includes/find.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

### find(match, query, done)

Find user. Match is either `name`, `email` or `signupToken`.
Find user. Match is either `'name'`, `'email'` or `'signupToken'`.


- `match` **String** - Property to find user by. <code>name</code>, <code>email</code> or <code>signupToken</code>
- `match` **String** - Property to find user by. <code>'name'</code>, <code>'email'</code> or <code>'signupToken'</code>

- `query` **String** - Corresponding value to <code>match</code>

Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ <h4 id="example">Example</h4>

<section>
<h3 id="find-match-query-done-">find(match, query, done)</h3>
<p>Find user. Match is either <code>name</code>, <code>email</code> or <code>signupToken</code>.</p>
<p>Find user. Match is either <code>&#39;name&#39;</code>, <code>&#39;email&#39;</code> or <code>&#39;signupToken&#39;</code>.</p>
<ul>
<li><p><code>match</code> <strong>String</strong> - Property to find user by. <code>name</code>, <code>email</code> or <code>signupToken</code></p>
<li><p><code>match</code> <strong>String</strong> - Property to find user by. <code>&#39;name&#39;</code>, <code>&#39;email&#39;</code> or <code>&#39;signupToken&#39;</code></p>
</li>
<li><p><code>query</code> <strong>String</strong> - Corresponding value to <code>match</code></p>
</li>
Expand Down

0 comments on commit 749de67

Please sign in to comment.