From 9a77de909742575875af23d35d0d065ecad70a04 Mon Sep 17 00:00:00 2001 From: Simon Korzun Date: Wed, 26 Jul 2023 17:21:58 -0400 Subject: [PATCH] Update README.md Fixed spelling of `node_modules`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b49e239..d4709c5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Keep in mind it will only run when your node_modules contains `@graphql-codegen/ ### How is it different than VilvaAthibanPB.graphql-codegen -This extension uses codegen from your node_moodules inside the folder you are working on, so you will never get a mismatching output to what your CLI would give you. Also it is faster. VilvaAthibanPB's always executes all of the codegens. +This extension uses codegen from your node_modules inside the folder you are working on, so you will never get a mismatching output to what your CLI would give you. Also it is faster. VilvaAthibanPB's always executes all of the codegens. This extensions only executes codegens that match the last saved file. ### OS support