From e110d579edfedf7285fc1d478970cb0bd5d470b2 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Fri, 20 Jan 2012 10:03:14 -0500 Subject: [PATCH] tweak readme --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index c429fec..4be056d 100644 --- a/Readme.md +++ b/Readme.md @@ -9,7 +9,7 @@ NEVER WORRY ABOUT SETTING UP MYSQL AND PHP ON YOUR COMPUTER EVER AGAIN! ## Requirements ## -* [Bundler][bundler] +* [Bundler](http://github.com/carlhuda/bundler) $ gem install bundler @@ -42,6 +42,6 @@ virtual machine once you're finished using: You also get a basic configuration of [Cucumber](http://cukes.info/) set up to make sure your initial install of WordPress is sane. Just run `bundle exec cucumber`. -You'll be using [capybara-webkit][capybara-webkit] to run your tests in a virtual +You'll be using [capybara-webkit](http://github.com/thoughtbot/capybara-webkit) to run your tests in a virtual browser. Write those acceptance tests for your theme/plugin!