diff options
author | 2021-09-30 23:37:03 -0700 | |
---|---|---|
committer | 2021-09-30 23:37:03 -0700 | |
commit | 86b7b5b8d8b2ea951f369f9e91a77ae0e42ce026 (patch) | |
tree | 1b029495ab925f024746751dd39ba7169d5baf0a | |
parent | 127426f506f7c145303652ff006d49f034d8dc5d (diff) | |
download | bun-86b7b5b8d8b2ea951f369f9e91a77ae0e42ce026.tar.gz bun-86b7b5b8d8b2ea951f369f9e91a77ae0e42ce026.tar.zst bun-86b7b5b8d8b2ea951f369f9e91a77ae0e42ce026.zip |
Update README.md
-rw-r--r-- | packages/bun-macro-relay/README.md | 2 |
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 |