From 857e192e48c8790a70e96875b439376e9262429b Mon Sep 17 00:00:00 2001 From: Aaron Craelius Date: Tue, 18 Nov 2014 20:58:22 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79e99f9..40bbf67 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ freactive is a high-performance, pure [Clojurescript](https://github.com/clojure * Allow for cursors based on paths as well as **lenses** * Provide a generic [items view component](#items-view) for **efficient viewing of large data sets** * **Minimize unnecessary triggering of update events** -* Allow for binding of any DOM tag including Polymer elements +* Allow for binding of **any DOM tag including Polymer elements** * Coordinate all updates via **requestAnimationFrame** wherever possible * Be easy to [debug](#debugging-reactive-expressions) * Be written in **pure Clojurescript**