From e79406d455aad578922725cbb2bce1f4d640e8e1 Mon Sep 17 00:00:00 2001 From: hotatekaoru Date: Tue, 18 Feb 2020 16:06:44 +0900 Subject: [PATCH] Fix README typo Fix typo in the readme sample command from https://github.com/fast-jsonapi/fast_jsonapi/commit/1b3d73cbf3f9c88c9151e60f7c43f897575c08c7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f65ba9..f71ff2b 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ hash = MovieSerializer.new(movie).serializable_hash #### Return Serialized JSON ```ruby -json_string = MovieSerializer.new(movie).serializable_hash_hash.to_json +json_string = MovieSerializer.new(movie).serializable_hash.to_json ``` #### Serialized Output