diff --git a/README.md b/README.md
index 6ee33ca..701c148 100644
--- a/README.md
+++ b/README.md
@@ -412,7 +412,7 @@ Run Comparison: here how to enable.
-FlexSearch introduce a new scoring mechanism called __Contextual Search__ which was invented by Thomas Wilkerling, the author of this library. A Contextual Search incredibly boost up queries to a complete new level but also requires some additionally memory (depending on ___depth___).
+FlexSearch introduce a new scoring mechanism called __Contextual Search__ which was invented by Thomas Wilkerling, the author of this library. A Contextual Search incredibly boost up queries to a complete new level but also requires some additional memory (depending on ___depth___).
The basic idea of this concept is to limit relevance by its context instead of calculating relevance through the whole (unlimited) distance.
In this way contextual search also improves the results of relevance-based queries on a large amount of text data.