From 6500e69b81859562cc6d88e54e8a659570e2bdef Mon Sep 17 00:00:00 2001 From: ismay <7355199+ismay@users.noreply.github.com> Date: Tue, 23 May 2023 18:54:25 +0200 Subject: [PATCH] chore(docs): regenerate TOC (#531) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e53d41039..6354562f4 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,6 @@ Minimal GraphQL client supporting Node and browsers for scripts or simple apps - [Why do I have to install `graphql`?](#why-do-i-have-to-install-graphql) - [Do I need to wrap my GraphQL documents inside the `gql` template exported by `graphql-request`?](#do-i-need-to-wrap-my-graphql-documents-inside-the-gql-template-exported-by-graphql-request) - [What sets `graphql-request` apart from other clients like Apollo, Relay, etc.?](#what-sets-graphql-request-apart-from-other-clients-like-apollo-relay-etc) - - [Why is the package `main` field missing?](#why-is-the-package-main-field-missing) - - [How do I work around React Native + Metro's lack of `exports` support?](#how-do-i-work-around-react-native--metros-lack-of-exports-support)