Commit 4445d8fb by Jonathan Reinink Committed by GitHub

Merge pull request #4 from zOxta/patch-1

Update `git clone` to use the HTTPS method
2 parents 87102358 8d86bf5c
Showing with 1 additions and 1 deletions
...@@ -9,7 +9,7 @@ A demo application to illustrate how Inertia.js works. ...@@ -9,7 +9,7 @@ A demo application to illustrate how Inertia.js works.
Clone the repo locally: Clone the repo locally:
```sh ```sh
git clone git@github.com:inertiajs/pingcrm.git pingcrm git clone https://github.com/inertiajs/pingcrm.git pingcrm
cd pingcrm cd pingcrm
``` ```
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!