Skip to content

Commit d4da8d4

Browse files
msluszniakchmjkb
andauthored
Apply suggestions from code review
Co-authored-by: Jakub Chmura <92989966+chmjkb@users.noreply.github.com>
1 parent aef1f76 commit d4da8d4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/docs/01-fundamentals/02-loading-models.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ There are three different methods available for loading model files, depending o
66

77
## Prerequisites
88

9-
In our library, you can use two different resource fetching mechanisms. One is implemented using Expo module, the other one uses external file-system library. We encourage you to use implementation utilizing Expo if possible. But sometimes you cannot add Expo module to your project, then you should use bare React Native implementation.
9+
In our library, you can use two different resource fetching mechanisms. One is implemented using Expo FileSystem, the other one uses external library. We encourage you to use implementation utilizing Expo if possible. But sometimes you cannot add Expo module to your project, then you should use bare React Native implementation.
1010

11-
To use initialize Expo adapter, please add these libraries:
11+
To use the Expo adapter, please add these libraries:
1212

1313
```bash
14-
yarn add @rn-executorch/expo-adapter
14+
yarn add @react-native-executorch/expo-adapter
1515
yarn add expo-file-system expo-asset
1616
```
1717

@@ -29,7 +29,7 @@ initExecutorch({
2929
If you cannot use Expo in your project, proceed with the following steps:
3030

3131
```bash
32-
yarn add @rn-executorch/bare-adapter
32+
yarn add @react-native-executorch/bare-adapter
3333
yarn add @dr.pogodin/react-native-fs @kesha-antonov/react-native-background-downloader
3434
```
3535

0 commit comments

Comments
 (0)