From a1b0690d0aef21e1d20adfb0c5550f9802f32bf3 Mon Sep 17 00:00:00 2001 From: hipitihop Date: Tue, 19 May 2015 15:04:24 +1000 Subject: [PATCH] fix typo in project.clj :description --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 24adee8..a11e970 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ (defproject re-frame "0.4.0" - :description "A Clojurescript MVC-like Framework For Writing SPAs Using Regent." + :description "A Clojurescript MVC-like Framework For Writing SPAs Using Reagent." :url "https://github.com/Day8/re-frame.git" :license {:name "MIT"} :dependencies [[org.clojure/clojure "1.6.0"]