From 076f6a265c49a2f07caacc8c06a71593fc5d331e Mon Sep 17 00:00:00 2001 From: magomimmo Date: Sat, 30 Nov 2013 11:31:17 +0100 Subject: [PATCH] small corrections --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 869833c..67e503a 100644 --- a/README.md +++ b/README.md @@ -284,8 +284,8 @@ Then (i.e. `...js/wonderful-lib/core.cljs`). The source code of the `core.cljs` will be displayed in the a new tab. -Now click on the line number you for which you want to set a -breakpoint and just reload the `index.html` page. +Now click on the line number in the `core.cljs` for which you want to +set a breakpoint and just reload the `index.html` page. Unfortunately the very first time you reload the page, the debugger close the `core.cljs` file and open the `wonderful-lib.js` file @@ -307,7 +307,7 @@ Not so bad. ## It's your turn The `cljs-start` lein-template tries to reduce as much as possible the -incidental complexity for creating pure CLJS lib. It's now your turn +incidental complexity for creating pure CLJS libs. It's now your turn to design and implement a wonderful lib without having to think about all those instrumentation already prepared.