Skip to content

Commit

Permalink
Merge pull request #16 from TehShrike/patch-3
Browse files Browse the repository at this point in the history
Fix link to "Async Search" heading
  • Loading branch information
ts-thomas authored Feb 2, 2019
2 parents b3fdfda + 0659694 commit d34838c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ All Features:
<tr></tr>
<tr>
<td>
<a href="#async">Async Processing</a>
<a href="#async_search">Async Search</a>
</td>
<td>x</td>
<td>x</td>
Expand Down Expand Up @@ -610,6 +610,7 @@ Limit the result:
index.search("John", 10);
```

<a name="async_search"></a>
#### Async Search
Perform queries asynchronously:

Expand Down

0 comments on commit d34838c

Please sign in to comment.