Browse Source

Update README;

bjorn 9 years ago
parent
commit
09ecf824a3
1 changed files with 3 additions and 9 deletions
  1. 3 9
      README.md

+ 3 - 9
README.md

@@ -63,7 +63,7 @@ Gives you this scary table:
 Status
 Status
 ---
 ---
 
 
-Right now it can parse pretty much all of the query syntax:
+The parser can parse virtually all of the query syntax:
 
 
 - Documents
 - Documents
 - Definitions
 - Definitions
@@ -78,14 +78,8 @@ Right now it can parse pretty much all of the query syntax:
 - VariableDefinitions (typed)
 - VariableDefinitions (typed)
 - Directives
 - Directives
 
 
-Missing features:
-
-- Validation, error handling
-- Comments
-- Type definitions, interfaces, etc.
-- Introspection
-- Execution
-- Unicode stuff
+The type system supports scalars, objects, enums, interfaces, and unions.  The built in scalars are
+also provided (ints, floats, strings, etc.).
 
 
 License
 License
 ---
 ---