Merge pull request #4 from zOxta/patch-1

Update `git clone` to use the HTTPS method
This commit is contained in:
Jonathan Reinink 2019-04-04 17:34:30 -04:00 committed by GitHub
commit 4445d8fbf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ A demo application to illustrate how Inertia.js works.
Clone the repo locally:
```sh
git clone git@github.com:inertiajs/pingcrm.git pingcrm
git clone https://github.com/inertiajs/pingcrm.git pingcrm
cd pingcrm
```