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 {