From 2cbe9412025d6041482fd56c25aaf185523ce032 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) Former-commit-id: 2ba295ca7060930f1f84645eed1f402b6f322522 [formerly fc51c3822642127f1d6ef6752bbcf47a3691a630] [formerly 8c38dd9075aed5f7a0d1fd974aa3dcad9fee8445 [formerly 90ad46b881608007e6719445eeb87632eb8565fa]] Former-commit-id: c0cc1705d3a215f07635de8809ab53238fccb75f [formerly bb31830df2193330f7266a4c382a57b89301446b] Former-commit-id: bee1cec2d7892350706b8f2b24481f41a93e1082 --- 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