Skip to content

Commit d241ded

Browse files
committed
README tweaks
1 parent 8e67f00 commit d241ded

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Join the chat at https://gitter.im/cerebris/jsonapi-resources](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cerebris/jsonapi-resources?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44

55
`JSONAPI::Resources`, or "JR", provides a framework for developing an API server that complies with the
6-
[JSON API](http://jsonapi.org/) specification.
6+
[JSON:API](http://jsonapi.org/) specification.
77

88
Like JSON:API itself, JR's design is focused on the resources served by an API. JR needs little more than a definition
99
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.
1313

1414
## Documentation
1515

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.
1717

1818
## Demo App
1919

0 commit comments

Comments
 (0)