From 0b9a1c747c0e408673cb0f081312ce3725570890 Mon Sep 17 00:00:00 2001 From: Srinivas Raghunathan Date: Wed, 31 Jan 2018 16:24:41 -0800 Subject: [PATCH] updated readme --- README.md | 2 -- 1 file changed, 2 deletions(-) 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