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