From 8eafb2594db3d240e658cd4299234f94fc3db151 Mon Sep 17 00:00:00 2001 From: "prettier-toc-me[bot]" <56236715+prettier-toc-me[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 16:07:24 +0000 Subject: [PATCH] docs: update ToC for README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 58b3b10d..8bef9ec9 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ const { repository } = await graphql( headers: { authorization: `token secret123`, }, - }, + } ); ``` @@ -131,7 +131,7 @@ const { repository } = await graphqlWithAuth( } } } - }`, + }` ); ``` @@ -160,7 +160,7 @@ const { lastIssues } = await graphql( headers: { authorization: `token secret123`, }, - }, + } ); ``` @@ -396,7 +396,7 @@ graphql("{ viewer { login } }", { assert.strictEqual( options.body, '{"query":"{ viewer { login } }"}', - "Sends correct query", + "Sends correct query" ); return { data: {} }; }),