README.md in okay-5.0.0 vs README.md in okay-6.0.0

- old
+ new

@@ -78,12 +78,12 @@ } response = request.submit!(:github, {bearer_token: ENV["DEMO_GITHUB_TOKEN"]}) JSON.parse(response.body) # => - {"data" => - {"viewer" => - {"login" => "duckinator"}}} +# {"data" => +# {"viewer" => +# {"login" => "duckinator"}}} ``` ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.