From fd645b6dd7f5fc00bfb93d7ca03795c14c829e58 Mon Sep 17 00:00:00 2001 From: Yehonathan Sharvit Date: Tue, 25 Feb 2020 15:37:14 +0200 Subject: [PATCH] fix small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99a2425..3420f0d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Obviously, If we would like to fetch employees and projects within the same simp ### Field arguments -In the example above, `:employee` and `:projects` fields have arguments `{:id 1 :active true}` and `{:id 1 :active true}` +In the example above, `:employee` and `:projects` fields have arguments `{:id 1 :active true}` and `{:active true}` respectively. We can add arguments to other fields easily by wrapping field name and its arguments to vector `[:customer {:id 2}]`: