diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-02-02 12:22:09 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-02-02 12:22:09 -0800 |
commit | 92830e7f044a99b8df1c9e4b308914fa95ff661c (patch) | |
tree | 8d6f24648945b10b19415524aaa7231799464cce | |
parent | 128160155a650d685b60c8c76190bade197b364d (diff) | |
download | mu-92830e7f044a99b8df1c9e4b308914fa95ff661c.tar.gz |
704
-rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md index 16219566..5d2d1f60 100644 --- a/Readme.md +++ b/Readme.md @@ -315,7 +315,7 @@ Try running the tests: ``` Now start reading `mu.arc.t` to see how it works. A colorized copy of it is at -mu.arc.t.html and http://akkartik.github.io/mu. +`mu.arc.t.html` and http://akkartik.github.io/mu. You might also want to peek in the `.traces` directory, which automatically includes logs for each test showing you just how it ran on my machine. If mu |