From f5672e6cd1aebb9f449bdc4a4bdb9a8a21bc33ea Mon Sep 17 00:00:00 2001 From: kobenguyent <7845001+kobenguyent@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:14:04 +0200 Subject: [PATCH] fix: README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b92fc2..435e887 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Returns a formatted GraphQL SDL String. ```js import {formatSdl} from 'format-graphql'; -formatGraphql('type Foo { bar: String }'); +formatSdl('type Foo { bar: String }'); ``` ### Hooks