diff options
author | 2021-09-30 23:34:20 -0700 | |
---|---|---|
committer | 2021-09-30 23:34:20 -0700 | |
commit | 127426f506f7c145303652ff006d49f034d8dc5d (patch) | |
tree | 7cf2288a63d302b29c6c182c9cc54c2e0fd342e4 | |
parent | 09cc970b9ee25ce0f83dbe6e3f2daf572545c0fd (diff) | |
download | bun-127426f506f7c145303652ff006d49f034d8dc5d.tar.gz bun-127426f506f7c145303652ff006d49f034d8dc5d.tar.zst bun-127426f506f7c145303652ff006d49f034d8dc5d.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 be8f1d325..ee244b12c 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 but does not compile or save the `.graphql` files, 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` 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. ## Installation |