Skip to content

Commit

Permalink
small corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
magomimmo committed Nov 30, 2013
1 parent 117aa49 commit 076f6a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Expand Down

0 comments on commit 076f6a2

Please sign in to comment.