ソースを参照

Fix formatting in ios installation documentation (#2242)

Florian Goße 6 年 前
コミット
5ecc5f315c
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      docs/installation-ios.md

+ 2
- 2
docs/installation-ios.md ファイルの表示

@@ -20,6 +20,6 @@
20 20
     - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { ... }
21 21
     ```
22 22
 
23
-Its content must be replaced with the content of this [reference](https://github.com/wix/react-native-navigation/blob/master/example/ios/example/AppDelegate.m)
23
+    Its content must be replaced with the content of this [reference](https://github.com/wix/react-native-navigation/blob/master/example/ios/example/AppDelegate.m)
24 24
 
25
-Replace `@"index.ios"` with `@"index"` if you are using `index.js` as your entry point instead of `index.ios.js` and `index.android.js` (it is the default since React Native 0.49).
25
+    Replace `@"index.ios"` with `@"index"` if you are using `index.js` as your entry point instead of `index.ios.js` and `index.android.js` (it is the default since React Native 0.49).