Skip to content

Commit 408fd3d

Browse files
committed
Update headers in README.md
1 parent 5f83a47 commit 408fd3d

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

README.markdown

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Javascript Koans - koans to learn Javascript (the good bits) #
2-
1+
# javascript-koans
32
Based on Edgecase's fantastic
43
[Ruby koans](http://github.com/edgecase/ruby_koans), the goal of the
54
Javascript koans is to teach you Javascript programming through
@@ -15,8 +14,7 @@ koans will be very simple, so don't overthink them! As you progress through
1514
more koans, more and more Javascript syntax will be introduced which will allow
1615
you to solve more complicated problems and use more advanced techniques.
1716

18-
### Running the Koans from a Browser
19-
17+
## Running the Koans
2018
Simply navigate to the Javascript Koans folder using a file browser, and
2119
double click on KoansRunnner.html.
2220

@@ -31,19 +29,13 @@ The test runner used is [Jasmine](http://pivotal.github.com/jasmine/) with a
3129
customized report viewer.
3230

3331
### Changelog
34-
3532
* v3 - Nov 2010 - Moved out of branch of functional-koans project, into own top level project
3633
* v2 - Sept 2010 - Second version based on jasmine (Thanks Greg Malcolm!)
3734
* v1 - July 2010 - First version based on jsTestDriver
3835

39-
### Inspirations & thanks
40-
36+
### Acknowledgements
4137
* Dick Wall (the Java posse) - for bringing the idea of koans to my attention
4238
* Edgecase - for the great Ruby Koans
4339
* Douglas Crockford - for Javascript; the good bits
4440

45-
##### License
46-
47-
This software is (c) 2010 David Laing & Greg Malcolm, and licensed under the MIT license (see
48-
LICENCE for details). Enjoy!
49-
41+
### [MIT Licensed](LICENSE)

0 commit comments

Comments
 (0)