From 5db9a765b009024ee175711e22af2ce37e3ee369 Mon Sep 17 00:00:00 2001 From: Murtaza Raja Date: Sat, 3 Nov 2018 12:08:29 +0530 Subject: [PATCH] Fix README install command typo Close #1163 --- docs/guides/multi-platform-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/multi-platform-apps.md b/docs/guides/multi-platform-apps.md index af9c3300..8052baea 100644 --- a/docs/guides/multi-platform-apps.md +++ b/docs/guides/multi-platform-apps.md @@ -54,7 +54,7 @@ from your web app build. To help with this, you can install the following Babel plugin: ``` -yarn install --dev babel-plugin-react-native-web +yarn add --dev babel-plugin-react-native-web ``` Create a `web/webpack.config.js` file: