From f2d18a2346c9f0e0c6adb38734e1cfbd5e8b8bb6 Mon Sep 17 00:00:00 2001 From: Ray Clanan Date: Wed, 30 Oct 2019 17:51:37 -0400 Subject: [PATCH] chore(react): update readme to remove capacitor instruction --- packages/react/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/react/README.md b/packages/react/README.md index 1965b337ae..426b813580 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -27,9 +27,6 @@ ionic init "My React App" --type=react ionic integrations enable capacitor ``` -Open the './capacitor.config.json' file in your projects root. -Change `"webDir": "www"` to be `"webDir": "build"` (dependent on your config but Ionic React defaults with this as the build directory) - Then run the following command to get started with either `ios` or `android` platforms. ``` ionic capacitor add