Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit f799161

Browse files
authored
Update README.md.
Modify c. to config.
1 parent cfa2747 commit f799161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ You can now check your coverage results in the Codacy dashboard of your project.
8484
require 'vcr'
8585
VCR.configure do |config|
8686
# other config options
87-
c.allow_http_connections_when_no_cassette = false
88-
c.ignore_hosts 'api.codacy.com'
87+
config.allow_http_connections_when_no_cassette = false
88+
config.ignore_hosts 'api.codacy.com'
8989
end
9090
```
9191

0 commit comments

Comments
 (0)