瀏覽代碼

changed the link to clone the library (#4725)

Doing `git clone -b v2 git@github.com:wix/react-native-navigation.git` gives me this:
```
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
```
Ibrahim Almuqrin 5 年之前
父節點
當前提交
a9bbec89a2
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      docs/docs/showcases.md

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

@@ -19,7 +19,7 @@ It is a tab-based app and utilizes Split Layout for iOS tablets, 3D touch and mo
19 19
 The playground example is a place where we showcase and test all features of react-native-navigation.
20 20
 
21 21
 ```bash
22
-git clone -b v2 git@github.com:wix/react-native-navigation.git
22
+git clone https://github.com/wix/react-native-navigation
23 23
 cd react-native-navigation
24 24
 npm install
25 25
 npm run xcode # Opens XCode