diff --git a/README.md b/README.md
index 9d56abf..9ea996f 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ Units are in microseconds (us)
stencil (file) |
- 1.2 us / 22 us |
+ 1.2 us / 0.022 us |
38 us / 0.943 us |
784 us / 16 us |
diff --git a/src/clojure_template_benchmarks/core.clj b/src/clojure_template_benchmarks/core.clj
index f35cdac..7073aa5 100644
--- a/src/clojure_template_benchmarks/core.clj
+++ b/src/clojure_template_benchmarks/core.clj
@@ -128,4 +128,5 @@
(with-progress-reporting (quick-bench (list-tinsel 50)))
(println "\n --- \n")
(with-progress-reporting (quick-bench (list-tinsel 1000)))
- (println "\n --- \n"))
+ (println "\n --- \n")
+ )