summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-17 17:16:45 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-17 17:16:45 -0700
commit2df37bd425be2e193cf788377b409be66e93536a (patch)
treef45a8f42d71bf84831ef965943bd62849d93ec6c /README.md
parent2eddae79ea40fc90ca9d05b23fb909eb8cc0211c (diff)
Added link to repository, since README also visible on the gh-pages.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 889cc4e..0d448f1 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,9 @@ Standard markdown
Standard markdown is a [specification of markdown syntax][the spec],
together with BSD3-licensed implementations (`stmd`) in C and javascript.
+The spec and all of the code can be found in
+[this repository](http://github.com/jgm/stmd).
+
The implementations
-------------------