Browse Source

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 years ago
parent
commit
a9bbec89a2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/docs/showcases.md

+ 1
- 1
docs/docs/showcases.md View File

@@ -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