From 3136bc5448c08f75591225d8a8c01d389211d470 Mon Sep 17 00:00:00 2001 From: ismay Date: Tue, 23 May 2023 17:49:14 +0200 Subject: [PATCH] docs(readme): regenerate TOC --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e53d4103..6354562f 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)