README.md in graphql_rails-0.4.3 vs README.md in graphql_rails-0.5.0

- old
+ new

@@ -2,11 +2,11 @@ [![Build Status](https://travis-ci.org/samesystem/graphql_rails.svg?branch=master)](https://travis-ci.org/samesystem/graphql_rails) [![codecov](https://codecov.io/gh/samesystem/graphql_rails/branch/master/graph/badge.svg)](https://codecov.io/gh/samesystem/graphql_rails) [![Documentation](https://readthedocs.org/projects/ansicolortags/badge/?version=latest)](https://samesystem.github.io/graphql_rails) -Rails style structure for GrapQL API. +Rails style structure for GraphQL API. ## Installation Add this line to your application's Gemfile: @@ -102,11 +102,11 @@ resources :groups end end ``` -## Testing your GrapqhlRails::Controller in RSpec +## Testing your GraphqlRails::Controller in RSpec ### Setup Add those lines in your `spec/spec_helper.rb` file @@ -172,10 +172,9 @@ ``` ## Detailed documentation Check https://samesystem.github.io/graphql_rails for more details - ## 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.