Skip to content

Commit 8e7a867

Browse files
committed
Remove clojure from title.
1 parent c773dfa commit 8e7a867

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# An Introduction to Functional JavaScript with Clojure
1+
# An Introduction to Functional JavaScript
22

33
Just go [look at the slides](http://cwdg.github.com/Functional-JavaScript-Talk).
44

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<!-- Any section element inside of this container is displayed as a slide -->
2929
<div class="slides">
3030
<section data-markdown>
31-
# An Introduction to Functional JavaScript with Clojure
31+
# An Introduction to Functional JavaScript
3232
</section>
3333
<section data-markdown>
3434
## This talk is *NOT* about
@@ -247,7 +247,7 @@
247247
<section data-markdown>
248248
## Replace if-else
249249

250-
* Use an Object, true, false and function(s)
250+
Use an Object, true, false and function(s)
251251
</section>
252252
<section data-markdown>
253253
### Original
@@ -327,6 +327,8 @@
327327

328328
Well, almost...
329329
</section>
330+
</section>
331+
<section>
330332
<section data-markdown>
331333
## Function definition crap
332334

0 commit comments

Comments
 (0)