diff --git a/README.md b/README.md index ab83d14..f172b22 100644 --- a/README.md +++ b/README.md @@ -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