From 40c5bc01ff5e3295fc0e33c29cfbb600b6d0924f Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Wed, 7 Jul 2010 17:08:07 -0700 Subject: [PATCH] Docs --- Readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 33115116..cf60d207 100644 --- a/Readme.md +++ b/Readme.md @@ -49,8 +49,7 @@ or ## Running Tests Express uses the [Expresso](http://github.com/visionmedia/expresso) TDD -framework to write and run elegant test suites extremely fast. First update -the git submodules, then run: +framework to write and run elegant test suites extremely fast. First `$ git submodule update --init`, then run: $ make test