From 110f9ee6660e74097d8100093fd886ad525d158d Mon Sep 17 00:00:00 2001 From: Ryan Fowler Date: Mon, 18 Jul 2016 14:58:29 -0500 Subject: [PATCH] readme typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12bbc13..c39b98e 100644 --- a/README.md +++ b/README.md @@ -585,7 +585,7 @@ The way this is done is via an excellent [robert hooke](https://github.com/techn ## Clojure Version -Since mount [supports both](doc/clojurescript.md#managing-state-in-clojurescript) Clojure and CljoureScript, it relies on [Reader Conditionals](http://clojure.org/reader#The%20Reader--Reader%20Conditionals) that were introduced in `Clojure 1.7`. mount's code is not precompiled (i.e. AOT) and distributed in `.cljc` sources, hence it currently requires `Clojure 1.7` and above. +Since mount [supports both](doc/clojurescript.md#managing-state-in-clojurescript) Clojure and ClojureScript, it relies on [Reader Conditionals](http://clojure.org/reader#The%20Reader--Reader%20Conditionals) that were introduced in `Clojure 1.7`. mount's code is not precompiled (i.e. AOT) and distributed in `.cljc` sources, hence it currently requires `Clojure 1.7` and above. ## Mount and Develop!