updated readme - case sensitive (#481)

Former-commit-id: 2ba295ca7060930f1f84645eed1f402b6f322522 [formerly fc51c3822642127f1d6ef6752bbcf47a3691a630] [formerly 8c38dd9075aed5f7a0d1fd974aa3dcad9fee8445 [formerly 90ad46b881]]
Former-commit-id: c0cc1705d3a215f07635de8809ab53238fccb75f [formerly bb31830df2193330f7266a4c382a57b89301446b]
Former-commit-id: bee1cec2d7892350706b8f2b24481f41a93e1082
This commit is contained in:
Dawid 'DeyV' Polak 2018-07-29 21:18:42 +02:00 committed by Henrique Dias
parent 5e58c25aa4
commit 2cbe941202

View File

@ -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