README.md in api-tester-0.0.3 vs README.md in api-tester-0.0.4

- old
+ new

@@ -49,11 +49,11 @@ ## Installation Add this line to your application's Gemfile (Note: specify your version due to gem's currently volatile nature): ```ruby -gem 'api-tester', '0.0.2' +gem 'api-tester', '0.0.3' ``` And then execute: $ bundle @@ -120,11 +120,11 @@ def after puts "This code runs after every call" end end -tester = ApiTester.new(endpoint) -tester.test_helper = InfoCreator.new +endpoint = Endpoint.new "Endpoint Name", "www.endpoint-url.com" +endpoint.test_helper = InfoCreator.new expect(tester.go).to be true ``` # Modules ## Boundary