diff --git a/README.md b/README.md index c9b1177..c3dbe1a 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ type Query { } ``` -Notice that `epoxy` converted snake_cased fields to camel_case in the GraphQL Schema. +Notice that `epoxy` converted snake_cased fields to camelCase in the GraphQL Schema. ## ObjectTypes become containers (Coming Soon)