diff --git a/docs/docs/01-fundamentals/01-getting-started.md b/docs/docs/01-fundamentals/01-getting-started.md index 8b8fdf528..790aa8ac3 100644 --- a/docs/docs/01-fundamentals/01-getting-started.md +++ b/docs/docs/01-fundamentals/01-getting-started.md @@ -68,9 +68,9 @@ Installation is pretty straightforward, use your package manager of choice to in ```bash yarn add react-native-executorch # For Expo projects - yarn install react-native-executorch-expo-resource-fetcher + yarn add react-native-executorch-expo-resource-fetcher # For bare React Native projects - yarn install react-native-executorch-bare-resource-fetcher + yarn add react-native-executorch-bare-resource-fetcher ``` diff --git a/docs/versioned_docs/version-0.8.x/01-fundamentals/01-getting-started.md b/docs/versioned_docs/version-0.8.x/01-fundamentals/01-getting-started.md index faae6600f..faf1dbf81 100644 --- a/docs/versioned_docs/version-0.8.x/01-fundamentals/01-getting-started.md +++ b/docs/versioned_docs/version-0.8.x/01-fundamentals/01-getting-started.md @@ -68,9 +68,9 @@ Installation is pretty straightforward, use your package manager of choice to in ```bash yarn add react-native-executorch # For Expo projects - yarn install react-native-executorch-expo-resource-fetcher + yarn add react-native-executorch-expo-resource-fetcher # For bare React Native projects - yarn install react-native-executorch-bare-resource-fetcher + yarn add react-native-executorch-bare-resource-fetcher ```