Fix readme.md typo

This commit is contained in:
frizzbolt 2016-02-26 21:30:56 -06:00
parent 9e028e7f00
commit 4e846fd1ac

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.