Merge pull request #5 from FrizzBolt/readme

Fix readme.md typo
This commit is contained in:
Josh Abrams 2016-02-26 21:32:11 -06:00
commit 7ef1056fac

View file

@ -1,4 +1,4 @@
# clojure-koans
This repo logs my solutions for the popular Clojure Koans series and serves as a way to mark my progress in learning the basics of clojure.
This repo logs my solutions for the popular Clojure Koans series and serves as a way to mark my progress as I learn the basics of Clojure.
There are comments in this repo that are marked with this convention: ```;; J - ```. These are simply notes and reminders that I have written to myself.