From fc5ee76ae9994e27fe8ad72ef2aacabefa1e9e87 Mon Sep 17 00:00:00 2001 From: Soufiane AIT AKKACHE Date: Sun, 23 Jun 2019 21:50:04 +0200 Subject: [PATCH] Docs: replace the command to install relay/macro (#7262) --- docusaurus/docs/adding-relay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/adding-relay.md b/docusaurus/docs/adding-relay.md index b44d6b31..66702619 100644 --- a/docusaurus/docs/adding-relay.md +++ b/docusaurus/docs/adding-relay.md @@ -14,7 +14,7 @@ npm install --save babel-plugin-relay Alternatively you may use `yarn`: ```sh -yarn upgrade babel-plugin-relay +yarn add babel-plugin-relay ``` Then, wherever you use the `graphql` template tag, import the macro: