From 8615b3ab5e337c9ba2b81921e35e8b001cb8f8f7 Mon Sep 17 00:00:00 2001 From: Alan Brogan Date: Tue, 16 Jun 2015 12:50:26 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0044b6a..34c6fb6 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Scope: ## Processing files and data -- To locate a file by name in the current directory, `find . -iname '*something*'` (or similar). To find a file anywhere by name, use `locate something` (but bear in mind `updatedb` my not have indexed recently created files). +- To locate a file by name in the current directory, `find . -iname '*something*'` (or similar). To find a file anywhere by name, use `locate something` (but bear in mind `updatedb` may not have indexed recently created files). - For general searching through source or data files (more advanced than `grep -r`), use [`ag`](https://github.com/ggreer/the_silver_searcher).