updated readme

This commit is contained in:
Srinivas Raghunathan 2018-01-31 16:24:41 -08:00
parent 5374a1378e
commit 0b9a1c747c

View File

@ -153,8 +153,6 @@ hash = MovieSerializer.new([movie, movie], options).serializable_hash
json_string = MovieSerializer.new([movie, movie], options).serialized_json
```
[Output String](https://github.com/Netflix/fast_jsonapi/blob/master/docs/collection_serializer_output.md)
### Caching
```ruby