From 5e302c70e9b42af7ca446d4e1cfddc55c7c1f575 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 29 Jul 2017 15:41:55 +0900 Subject: [PATCH] Update README: rg intead of pt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac0ba3a3..caf49d08 100644 --- a/README.md +++ b/README.md @@ -393,7 +393,7 @@ Tips #### Respecting `.gitignore`, `.hgignore`, and `svn:ignore` [ag](https://github.com/ggreer/the_silver_searcher) or -[pt](https://github.com/monochromegane/the_platinum_searcher) will do the +[rg](https://github.com/BurntSushi/ripgrep) will do the filtering: ```sh