summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-13 21:15:10 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-13 21:15:10 -0400
commit5fdfae2f15da8aa85b6c585c4022cf1955c74b8d (patch)
treee5bb5b568e5fc5ca6e7b2ec30ea5b674ef191aab
parent7057ee91de0408b6fc06f88ec673fb140fe6d19b (diff)
add readme
-rw-r--r--grep/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/grep/README.md b/grep/README.md
new file mode 100644
index 00000000..86cc8c2c
--- /dev/null
+++ b/grep/README.md
@@ -0,0 +1,4 @@
+grep
+----
+This is a *library* that provides grep-style line-by-line regex searching (with
+comparable performance to `grep` itself).