branch: elpa/graphql-mode
commit 80e9ac8020f7a4a8a963136698eb97a9fca28f7d
Author: Justin Abrahms <[email protected]>
Commit: David Vázquez Púa <[email protected]>
Provide a link to what a graphqlconfig file is.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 7fe748a758..b43dbdfee6 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ To send a query to a server, you will first need the
[`request`](https://github.com/tkf/emacs-request) package. Then use
`graphql-send-query` (`C-c C-c`) to send a query.
-If you have a `.graphqlconfig` file, you can select an endpoint configuration
+If you have a
[`.graphqlconfig`](https://github.com/jimkyndemeyer/graphql-config-examples)
file, you can select an endpoint configuration
with `graphql-select-endpoint` (`C-c C-l`).
To send additional headers for a request, `graphql-extra-headers` must be