Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Jun 9, 2021
1 parent 8d37a62 commit 9178f1f
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 @@ -26,7 +26,7 @@ This start initially as a port of the Node library [NDX](https://github.com/ndx-
Documentation is under development. For now read the source tests.

### Example
*Creating an index with a document that has 2 fields. Then indexing two documents and query for one using the BM25 scoring function*
*Creating an index with a document that has 2 fields. Query documents, and remove a document.*
```rust
use std::collections::HashSet;
use probly_search::{
Expand Down

0 comments on commit 9178f1f

Please sign in to comment.