README.md in comicvine-0.1.2 vs README.md in comicvine-0.1.3
- old
+ new
@@ -27,10 +27,10 @@
## Usage
If you did not set the env variable `CV_API_KEY` then you need to set the class `api_key` before using. If you did set the env variable you do not need to set this.
```ruby
-resp = ComicVine::API.api_key = '18357f40df87fb4a4aa6bbbb27cd8ad1deb08d3e'
+ComicVine::API.api_key = '18357f40df87fb4a4aa6bbbb27cd8ad1deb08d3e'
```
Gather response from a url:
```ruby