diff options
author | 2021-09-30 23:37:33 -0700 | |
---|---|---|
committer | 2021-09-30 23:37:33 -0700 | |
commit | 8764fa6d4e1c32b4fce90a2ac7db2f14d50b354a (patch) | |
tree | 3a61192a2c2a3eb0a7c7f307f21d806faee6192d | |
parent | 86b7b5b8d8b2ea951f369f9e91a77ae0e42ce026 (diff) | |
download | bun-8764fa6d4e1c32b4fce90a2ac7db2f14d50b354a.tar.gz bun-8764fa6d4e1c32b4fce90a2ac7db2f14d50b354a.tar.zst bun-8764fa6d4e1c32b4fce90a2ac7db2f14d50b354a.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 1200c7fb9..4b4b38fc3 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` 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. +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/save them to your artifacts directory, you still need [`relay-compiler`](https://github.com/facebook/relay/tree/main/packages/relay-compiler) for that. ## Installation |