From 90ad46b881608007e6719445eeb87632eb8565fa Mon Sep 17 00:00:00 2001 From: Dawid 'DeyV' Polak Date: Sun, 29 Jul 2018 21:18:42 +0200 Subject: [PATCH] updated readme - case sensitive (#481) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5950e05..938f945e 100644 --- a/README.md +++ b/README.md @@ -68,10 +68,10 @@ If you search for that it will look at every file that contains "this", "are" or That will search for any file that contains "this is the name" on its name. It won't search for each separated term this time. -By default, every search will be case sensitive. Although, you can make a case insensitive search by adding `case:insensitive` to the search terms, like this: +By default, every search will be case insensitive. Although, you can make a case sensitive search by adding `case:sensitive` to the search terms, like this: ``` -this are keywords case:insensitive +this are keywords case:sensitive ``` # Contributing