From 42c1e3a0bb981a44a501b2f6fa917a0d9c7f28ea Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 7 May 2022 00:23:04 +1000 Subject: [PATCH] Tweaked README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c2bf770..a59e2a5 100644 --- a/README.md +++ b/README.md @@ -180,13 +180,11 @@ The fields can be altered as well, using the query language's built-in keywords: * update * delete * match -* typeName (this is not used in either language, but rather is used internally) - -`create`, `update` and `delete` are still to be defined properly, but they'll probably work as follows. +* typeName (this is a reserved keyword - it is not used in either language, but rather is used internally) ### Create -When using `create`, `match` will find an existing record and associate that with the created values: +When using `create`, `match` finds an existing record and associates that with the created values: ``` create Author { @@ -227,7 +225,7 @@ create Book [ ### Update -When using `update`, `match` will find all existing records and update those using the `update` keyword: +When using `update`, `match` finds all existing records and updates those using the `update` keyword: ``` update Book {