aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/bun-macro-relay/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-macro-relay/README.md b/packages/bun-macro-relay/README.md
index ee244b12c..1200c7fb9 100644
--- a/packages/bun-macro-relay/README.md
+++ b/packages/bun-macro-relay/README.md
@@ -2,7 +2,7 @@
This lets you use Faceook's [Relay](https://github.com/facebook/relay) framework (GraphQL) with Bun.
-Specifically, this implements the Bun equivalent of [`babel-plugin-relay`](https://github.com/facebook/relay/tree/main/packages/babel-plugin-relay). It parses `.graphql` files, but does not compile or save them, you still need [`relay-compiler`](https://github.com/facebook/relay/tree/main/packages/relay-compiler) for that.
+Specifically, this implements the Bun equivalent of [`babel-plugin-relay`](https://github.com/facebook/relay/tree/main/packages/babel-plugin-relay). It parses `graphql` queries, but does not compile or save them, you still need [`relay-compiler`](https://github.com/facebook/relay/tree/main/packages/relay-compiler) for that.
## Installation