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 6 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
 The playground example is a place where we showcase and test all features of react-native-navigation.
19
 The playground example is a place where we showcase and test all features of react-native-navigation.
20
 
20
 
21
 ```bash
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
 cd react-native-navigation
23
 cd react-native-navigation
24
 npm install
24
 npm install
25
 npm run xcode # Opens XCode
25
 npm run xcode # Opens XCode