Skip to content

Commit

Permalink
It's the wiki, not the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Nov 3, 2010
1 parent 97e28fe commit cd2a090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vcr/http_stubbing_adapters/common.rb
Expand Up @@ -10,7 +10,7 @@ def self.add_vcr_info_to_exception_message(exception_klass)
exception_klass.class_eval do
def message
super + ". You can use VCR to automatically record this request and replay it later. " +
"For more details, see the VCR README at: http://github.com/myronmarston/vcr/wiki"
"For more details, visit the VCR wiki at: http://github.com/myronmarston/vcr/wiki"
end
end
end
Expand Down

0 comments on commit cd2a090

Please sign in to comment.