summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorThomas Sullivan <thomas.l.sullivan@vumc.org>2019-07-29 12:05:29 -0500
committerThomas Sullivan <thomas.l.sullivan@vumc.org>2019-07-29 12:05:29 -0500
commit6291d83800e32524b41f17b510fce9620367f447 (patch)
tree71bf5d5601b87d293442dba27afdd17f8eb7fcfb /README.md
parent0a2a22e211cc7cd6715eda012565fffadd2e87a6 (diff)
fixed typo error in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 73cbfce..c9ad8cc 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ You may also search with a regular expression. To do this, add a `/` before or a
Complex regular expression are possible, but you'll probably most often use a regex to do an "exact" search, or search an expression at the start or end of the filename.
-For example, assuming you look for your one file whose name contains `abc` in a big directory, you may not see it immediately because of many fuzzy matches. In that case, just add a slash at the end to change you fuzzy search into an exact expression: `abc/`.
+For example, assuming you look for your one file whose name contains `abc` in a big directory, you may not see it immediately because of many fuzzy matches. In that case, just add a slash at the end to change your fuzzy search into an exact expression: `abc/`.
And if you look for a filename *ending* in `abc` then you may anchor the regex: `abc$/`.