From 3e0fd86120f0c02addfc4407c741c70f09b92ea6 Mon Sep 17 00:00:00 2001 From: faassen Date: Mon, 26 Oct 2015 14:35:50 +0100 Subject: [PATCH] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)