branch: elpa/graphql-mode
commit 942d3c739a97ae74e4532f1e9635ecee84c6a77c
Author: Aleksandar Dimitrov <[email protected]>
Commit: GitHub <[email protected]>
Fix typo in key binding
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 32e88025db..7fe748a758 100644
--- a/README.md
+++ b/README.md
@@ -26,4 +26,4 @@ with `graphql-select-endpoint` (`C-c C-l`).
To send additional headers for a request, `graphql-extra-headers` must be
set. It is automatically set by `graphql-select-endpoint`, or you can edit its
-value using JSON with `graphql-edit-headers` (`C-C e h`).
+value using JSON with `graphql-edit-headers` (`C-c e h`).