commit 24db4f4b815990c868cb9fcc50b885377b0db863 parent 2657cfceb07fb709a0ab25d92a6e24cde7dafeca Author: Ryan Wolf <rwolf@borderstylo.com> Date: Thu, 6 Jan 2011 05:51:40 -0800 still cant keep inline code straight in markdown Diffstat:
| M | README.md | | | 9 | ++++++--- |
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -1,3 +1,6 @@ +Antimony +== + Antimony is automated testing in the browser done right. Ways in which Antimony kicks Selenium's ass: @@ -10,9 +13,9 @@ Ways in which Antimony kicks Selenium's ass: Setup === -* clone the repo @git clone git@repo.borderstylo.com:antimony.git@ -* start the server @nodes server.js@ -* build the extension @make@ +* clone the repo `git clone git@repo.borderstylo.com:antimony.git` +* start the server `nodes server.js` +* build the extension `make` * open antimony.xpi in firefox Testing with Curl