Fix typo on the performance test guide

This commit is contained in:
Gonçalo Silva 2011-10-30 18:34:49 -02:00
parent c809de8291
commit 2d337ef080
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ h4. Using Ruby-Prof on MRI and REE
Add Ruby-Prof to your applications' Gemfile if you want to benchmark/profile under MRI or REE:
<ruby>
gem 'ruby-prof', :path => 'git://github.com/wycats/ruby-prof.git'
gem 'ruby-prof', :git => 'git://github.com/wycats/ruby-prof.git'
</ruby>
Now run +bundle install+ and you're ready to go.