From 833abeabb6185d7acd4ea940b8fd4a934d5f30dc Mon Sep 17 00:00:00 2001 From: Andrew Cholakian Date: Sun, 8 Apr 2012 19:57:52 -0700 Subject: [PATCH] Point to source in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index db76715..8e3713d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ A simple visualization tool for elementary cellular automata. Mostly intended to help others learn clojure. +The source code is heavily annotated, see: +[clj-automata/core.clj](https://github.com/andrewvc/clj-automata/blob/master/src/clj_automata/core.clj) for the full docs. + ## Usage lein run RULE_NUMBER