README.md in jsonapionify-0.11.11 vs README.md in jsonapionify-0.12.0
- old
+ new
@@ -27,9 +27,12 @@
$ bundle
## Usage
+Below is a high level overview of all the available methods. For for detail see
+the yard documentation and the [examples](examples).
+
### APIs
Api Definitions are the basis of JSONApi's DSL. They encompass resources that are available and can be run as standalone rack apps or be mounted within a rails app.
```