diff --git a/README.md b/README.md
index 3779733..495569a 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+
threshold
|
false
- {number}
+ {number:0-9}
|
- Enable/Disable the threshold of minimum relevance results should have.
Note: You can take a lower threshold for indexing and pass a higher value when calling .search(), but not other turn around. |
+ Enable/Disable the threshold of minimum relevance all results should have.
Note: It is also possible to set a lower threshold for indexing and pass a higher value when calling index.search(options). |