From 5a01b59560f28deebbb1a373b0331fbdf990f3a2 Mon Sep 17 00:00:00 2001 From: Anatoly Date: Thu, 10 Dec 2015 00:49:58 -0500 Subject: [PATCH] [cljs docs]: fixing links and img size --- doc/clojurescript.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/clojurescript.md b/doc/clojurescript.md index 54b199c..c842882 100644 --- a/doc/clojurescript.md +++ b/doc/clojurescript.md @@ -3,7 +3,7 @@ - [The "Why"](#the-why) - [Mount Modes](#mount-modes) - [Just Clojure Mode](#just-clojure-mode) - - [Clojure and ClojureScript Mode](#clojure-_and_-clojurescript-mode) + - [Clojure and ClojureScript Mode](#clojure-and-clojurescript-mode) - [Mounting that ClojureScript](#mounting-that-clojurescript) - [Using States](#using-states) - [Thanks](#thanks) @@ -84,7 +84,7 @@ Successfully compiled "dev/resources/public/js/compiled/mount.js" in 23.966 seco And just open a browser at `file:///[path-to-mount]/mount/dev/resources/public/index.html`: - + The flow behind the app is quite simple: