瀏覽代碼

✏️ Fixing typo (#5985)

Julius Wilson Lundang 4 年之前
父節點
當前提交
b4e4eff6fd
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      docs/docs/Installing.md

+ 1
- 1
docs/docs/Installing.md 查看文件

@@ -10,7 +10,7 @@
10 10
 ## Installing with react-native link
11 11
 If you're using RN 0.60 or higher, you can link RNN automatically with react-native link. Otherwise, follow the manual installation steps. Unlike most other libraries, react-native-navigation requires you to make a few changes to native files. To make all the necessary changes, run `react-native link react-native-navigation` in your project's root folder. Make sure to commit the changes introduced by the link script.
12 12
 
13
-If the link script completed successfully, you're good to go! If one of the steps failed, you'll need to complete the relevant step in the manual installation steps bellow.
13
+If the link script completed successfully, you're good to go! If one of the steps failed, you'll need to complete the relevant step in the manual installation steps below.
14 14
 
15 15
 ## Manual Installation
16 16
 If installation with react-native link did not work, follow the manual installation steps.