From d81c0904a6a83d084e9a80049d3295db0faeca60 Mon Sep 17 00:00:00 2001 From: David Chelimsky Date: Tue, 2 Mar 2010 19:52:44 -0600 Subject: [PATCH] words --- README.markdown | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index df68d49ce0..ff591aa5d4 100644 --- a/README.markdown +++ b/README.markdown @@ -1,15 +1,17 @@ # Rspec Core -Rspec is an automated testing framework for Ruby, designed for use in -Behaviour Driven Development and Test Driven Development. +Rspec is an automated testing framework for Ruby, designed for use in Behaviour +Driven Development and Test Driven Development. -rspec-core includes the Rspec runner, output formatters, and the `rspec` command. +rspec-core includes the Rspec runner, output formatters, and the `rspec` +command. ## Install [sudo] gem install rspec --prerelease -This will install rspec, rspec-core, rspec-expectations and rspec-mocks. +This will install the rspec, rspec-core, rspec-expectations and rspec-mocks +gems. ## Get Started