README.md in comic_vine-api-0.1.0 vs README.md in comic_vine-api-0.1.1

- old
+ new

@@ -50,10 +50,10 @@ service.types ``` Rest of methods, for resources are creating dynamically. If API some method will change you can call `#redefine_api_methods` which recreate method from `types` API endpoint. -Gem provide also universal method which allows you to create custome call to API: +Gem provides also universal method which allows you to create custom call to API: ```ruby service.api_call(path, args, options) ```