We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456ab7d commit 8ea78c1Copy full SHA for 8ea78c1
README.md
@@ -2,11 +2,6 @@
2
3
RSpec matchers for [JSON API](http://jsonapi.org).
4
5
-## Resources
6
-
7
-* Chat: [gitter](http://gitter.im/jsonapi-rb)
8
-* Twitter: [@jsonapirb](http://twitter.com/jsonapirb)
9
10
## Installation
11
12
Add the following to your application's Gemfile:
@@ -30,6 +25,7 @@ RSpec.configure do |config|
30
25
# Support for documents with mixed string/symbol keys. Disabled by default.
31
26
config.jsonapi_indifferent_hash = true
32
27
end
28
+```
33
29
34
## Usage and documentation
35
0 commit comments