Skip to content

Commit

Permalink
Fix typo on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atduarte committed Dec 25, 2016
1 parent 9513afa commit 32340f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You may read the [API docs](https://api-docs.npms.io/#api-Search-ExecuteSearchQu
const queries = require('@npms/queries');

// ...
queries.search('test framework', esClient);
queries.search('test framework', esClient)
.then((res) => {
console.log('total', res.total);
console.log('results', res.results);
Expand Down

0 comments on commit 32340f5

Please sign in to comment.