Skip to content

Commit

Permalink
docs: update ToC for README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prettier-toc-me[bot] committed Jul 5, 2023
1 parent d86a326 commit 319af09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const { repository } = await graphql(
headers: {
authorization: `token secret123`,
},
},
}
);
```

Expand Down Expand Up @@ -131,7 +131,7 @@ const { repository } = await graphqlWithAuth(
}
}
}
}`,
}`
);
```

Expand Down Expand Up @@ -160,7 +160,7 @@ const { lastIssues } = await graphql(
headers: {
authorization: `token secret123`,
},
},
}
);
```

Expand Down Expand Up @@ -396,7 +396,7 @@ graphql("{ viewer { login } }", {
assert.strictEqual(
options.body,
'{"query":"{ viewer { login } }"}',
"Sends correct query",
"Sends correct query"
);
return { data: {} };
}),
Expand Down

0 comments on commit 319af09

Please sign in to comment.