Add new section to README
authorJoel Holdbrooks <cjholdbrooks@gmail.com>
Mon, 29 Jul 2013 21:45:21 +0000 (14:45 -0700)
committerJoel Holdbrooks <cjholdbrooks@gmail.com>
Mon, 29 Jul 2013 21:45:21 +0000 (14:45 -0700)
README.md

index 638413f226426e34d2acdb4612686e15daab0a49..4779eac75e799bc912ecd0ce11d064866114ee74 100644 (file)
--- a/README.md
+++ b/README.md
@@ -48,8 +48,10 @@ user> (frak/pattern ["bit" "bat" "ban" "bot" "bar" "box"])
 [Here's](https://github.com/guns/vim-clojure-static/blob/249328ee659190babe2b14cd119f972b21b80538/syntax/clojure.vim#L91-L92)
 why. Also because.
 
+## And now for something completely different
+
 Let's build a regular expression for matching any word in
-`/usr/share/dict/words` (hint: no). 
+`/usr/share/dict/words`.
 
 ```clojure
 user> (require '[clojure.java.io :as io])