From 5f75399f1fe32f73686001f6822b0a32652c22f4 Mon Sep 17 00:00:00 2001 From: Anatoly Date: Fri, 23 Oct 2015 08:47:15 -0400 Subject: [PATCH] [docs]: underlining "the application state" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d2476b..98cb02c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ reloadable within the same REPL session is important to retain all the Clojure s Here is a good [breakdown](http://blog.ndk.io/2014/02/25/clojure-bootstrapping.html) on the Clojure REPL startup time, and it is [not because of JVM](http://blog.ndk.io/2014/02/11/jvm-slow-startup.html). -`mount` is here to preserve all the Clojure superpowers while making application state enjoyably reloadable. +`mount` is here to preserve all the Clojure superpowers while making _the application state_ enjoyably reloadable. There is another Clojure superpower that `mount` is made to retain: Clojure community. Pull request away, let's solve this thing!