Skip to content

Commit 88d116e

Browse files
committed
updated documentation to reflect new name
1 parent 353f1f0 commit 88d116e

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

README

Whitespace-only changes.

README.markdown

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Functional Koans - Functional Javascript #
1+
# JSKoans - koans to learn Javascript (the good bits) #
22

33
Based on Edgecase's fantastic
44
[Ruby koans](http://github.com/edgecase/ruby_koans), the goal of the
5-
Functional Javascript koans is to teach you Functional Javascript through
5+
Javascript koans is to teach you Javascript programming through
66
testing.
77

88
When you first run the koans, you'll be presented with a runtime error and a
@@ -21,21 +21,29 @@ Simply navigate to the Javascript Koans folder using a file browser, and
2121
double click on KoansRunnner.html.
2222

2323
Any browser will do, but for the best results Firefox or Chrome is
24-
recommended. More stack trace information shows up for javascript on this
24+
recommended. More stack trace information shows up for javascript on these
2525
browsers.
2626

2727
The first error will be in koans/AboutExpects.js. Fix the first test and
2828
refresh the browser. Rinse and repeat until all tests turn green.
2929

3030
The test runner used is [Jasmine](http://pivotal.github.com/jasmine/) with a
31-
customized reports viewer.
31+
customized report viewer.
3232

3333
### Changelog
3434

35-
v2 - Sept 2010 - Second version based on jasmine (Thanks Greg Malcolm!)
36-
v1 - July 2010 - First version based on jsTestDriver
35+
* v3 - Nov 2010 - Moved out of branch of functional-koans project, into own top level project
36+
* v2 - Sept 2010 - Second version based on jasmine (Thanks Greg Malcolm!)
37+
* v1 - July 2010 - First version based on jsTestDriver
38+
39+
### Inspirations & thanks
40+
41+
* Dick Wall (the Java posse) - for bringing the idea of koans to my attention
42+
* Edgecase - for the great Ruby Koans
43+
* Douglas Crockford - for Javascript; the good bits
3744

3845
##### License
3946

40-
This software is (c) 2010 David Laing, and licensed under the MIT license (see
47+
This software is (c) 2010 David Laing & Greg Malcolm, and licensed under the MIT license (see
4148
LICENCE for details). Enjoy!
49+

0 commit comments

Comments
 (0)