From 84e74fb318a860bc6c1c3ebb17ada6fdd8252d66 Mon Sep 17 00:00:00 2001 From: Joel Holdbrooks Date: Mon, 29 Jul 2013 14:10:57 -0700 Subject: [PATCH] v0.1.0 --- README.md | 8 ++++++++ project.clj | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9f09a0..b3de476 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ matching those strings. The primary goal of this library is to generate regular expressions from a known set of inputs which avoid backtracking as much as possible. +## "Installation" + +Add frak as a dependency to your `project.clj` file. + +```clojure +[frak "0.1.0"] +``` + ## Usage ```clojure diff --git a/project.clj b/project.clj index 66d7587..19b772f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject frak "0.1.0-SNAPSHOT" +(defproject frak "0.1.0" :description "Transform collections of strings in to regular expressions." :url "http://github.com/noprompt/frak" :license {:name "Eclipse Public License" -- 2.25.1