From e17500e7021650e10d2ba0d1acb6f611d34ddb6f Mon Sep 17 00:00:00 2001 From: Daniel Vincent Grippi Date: Sat, 11 Sep 2010 12:14:16 -0700 Subject: [PATCH] missed one link... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaa0c5458..2b03d914f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Once mongo is running and bundler has finished, run bundle exec thin start to begin the app server in development mode. -Diaspora's test suite uses [rspec]:(http://rspec.info/), a behavior driven testing framework. In order to run the tests, run +Diaspora's test suite uses [rspec](http://rspec.info/), a behavior driven testing framework. In order to run the tests, run bundle exec rspec spec