From 2373c4ce6d03d66f14bb145e8557b2c3f753f3cb Mon Sep 17 00:00:00 2001 From: Pedro Furtado Date: Wed, 20 Oct 2021 12:35:51 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64b0b4c..0b56d83 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ bundle Require this library and create an intializer to set its configuration: ```ruby -Cassete.config = OpenStruct.new( +Cassette.config = OpenStruct.new( username: 'user', password: 'secret', service: 'test-api.example.org', @@ -98,7 +98,7 @@ Your config object must respond to `services` and the filter will check your con In your initializer: ```ruby -Cassete.config = OpenStruct.new( +Cassette.config = OpenStruct.new( # omitted service: "example.org", services: ["api.example.org", "www.example.org", "subdomain.example.org"]