You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
[](https://gitter.im/cerebris/jsonapi-resources?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
4
5
5
`JSONAPI::Resources`, or "JR", provides a framework for developing an API server that complies with the
6
-
[JSONAPI](http://jsonapi.org/) specification.
6
+
[JSON:API](http://jsonapi.org/) specification.
7
7
8
8
Like JSON:API itself, JR's design is focused on the resources served by an API. JR needs little more than a definition
9
9
of your resources, including their attributes and relationships, to make your server compliant with JSON API.
@@ -13,7 +13,7 @@ backed by ActiveRecord models or by custom objects.
13
13
14
14
## Documentation
15
15
16
-
Full documentation can be found at [http://jsonapi-resources.com](http://jsonapi-resources.com).
16
+
Full documentation can be found at [http://jsonapi-resources.com](http://jsonapi-resources.com), including the [v0.8 Guide](http://jsonapi-resources.com/v0.8/guide/) specific to this version.
0 commit comments