Browse Source

fix. docs

matrixbirds 5 years ago
parent
commit
33d09e2dac
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      samples/simpleDemo/README.md

+ 2
- 2
samples/simpleDemo/README.md View File

10
   * Android Device
10
   * Android Device
11
 
11
 
12
 ## Build
12
 ## Build
13
-  [More details read the doc](../../docs/ANDROID_INSTALLATION.md)
13
+  [More Android Setup details read the doc](../../docs/ANDROID_INSTALLATION.md)
14
   ```bash
14
   ```bash
15
   adb reverse tcp:8081 tcp:8081
15
   adb reverse tcp:8081 tcp:8081
16
   adb reverse tcp:8097 tcp:8097
16
   adb reverse tcp:8097 tcp:8097
27
   * Reliable iOS Device Cable
27
   * Reliable iOS Device Cable
28
 
28
 
29
 ## Build
29
 ## Build
30
-  [More details read the doc](../../docs/IOS_INSTALLATION.md)
30
+  [More iOS Setup details read the doc](../../docs/IOS_INSTALLATION.md)
31
   ```bash
31
   ```bash
32
   npm install
32
   npm install
33
   npm run ios
33
   npm run ios