From: Joel Holdbrooks Date: Mon, 29 Jul 2013 21:45:21 +0000 (-0700) Subject: Add new section to README X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a7041588b116152076a1c916a44ed651a497dedb;p=frak.git Add new section to README --- diff --git a/README.md b/README.md index 638413f..4779eac 100644 --- 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])