diff --git a/README.md b/README.md
index ce1b391b1d0420a20483b780aba7112d179c3810..ff6309be3af4ef419231f64c0b71ecda7d62dae1 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ Fetching all the ingredients with the related category:
 
 ```graphql
 {
-  all_ingredients {
+  allIngredients {
     id
     name
     category {
@@ -82,7 +82,7 @@ Fetching all the categories with the related ingredients:
 
 ```graphql
 {
-  all_categories {
+  allCategories {
     id
     name
     ingredients {