Skip to content

Commit

Permalink
added desc in readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
kerighan committed Feb 9, 2021
1 parent 2607931 commit 1ea2395
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ print(eldar.filter(documents))
# call to see if the text matches the query:
print(eldar(documents[0]))
# >>> True

# by default, words must match. Thus, "movie" != "movies":
print(eldar(documents[2]))
# >>> True
```
Expand Down

0 comments on commit 1ea2395

Please sign in to comment.