From 3c9f69583f30bb5646218b54a203c8fbd14814d9 Mon Sep 17 00:00:00 2001 From: Aleksander Madland Stapnes Date: Fri, 8 Jul 2016 23:06:08 -0300 Subject: [PATCH] Fix namespace in README bootstrap-cljs => bootstrap-cljs.core --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c78598b..759cdb9 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ vs. ```clojure (ns example (:require [om-tools.dom :as dom :include-macros true] - [bootstrap-cljs :as bs :include-macros true])) + [bootstrap-cljs.core :as bs :include-macros true])) (dom/div (map #(bs/button {:bs-style %} (str/capitalize %))