From 27c381b1b1fb783ea5492d29f503aa98b1830af6 Mon Sep 17 00:00:00 2001 From: Eric Otto Date: Thu, 22 Aug 2019 13:10:26 -0400 Subject: [PATCH] Fix indent in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a5b764c..14bdaa08 100644 --- a/README.md +++ b/README.md @@ -166,8 +166,8 @@ module MyApi end class Customer < JsonApiClient::Resource - belongs_to :user, shallow_path: true - end + belongs_to :user, shallow_path: true + end end # try to find without the nested parameter