summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-10-10 18:33:23 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-10-10 18:33:23 -0400
commit12ffcb4296e0c2068797daea6ed88885b060d916 (patch)
tree3e972f0ef8d9ed92c6d72979600a5ca1636d698a
parente7c06b92fb996adcbc40d1f025e29c44de5383e8 (diff)
readme: clarify intro
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2ff9262b..d0d76cb0 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
ripgrep (rg)
------------
-`ripgrep` is a line oriented search tool that combines the usability of The
-Silver Searcher (similar to `ack`) with the raw speed of GNU grep. `ripgrep`
-works by recursively searching your current directory for a regex pattern.
-`ripgrep` has first class support on Windows, Mac and Linux, with binary
-downloads available for
+`ripgrep` is a line oriented search tool that recursively searches your current
+directory for a regex pattern while respecting your gitignore rules. To a first
+approximation, ripgrep combines the usability of The Silver Searcher (similar
+to `ack`) with the raw speed of GNU grep. `ripgrep` has first class support on
+Windows, Mac and Linux, with binary downloads available for
[every release](https://github.com/BurntSushi/ripgrep/releases).
[![Linux build status](https://travis-ci.org/BurntSushi/ripgrep.svg?branch=master)](https://travis-ci.org/BurntSushi/ripgrep)