From 8cce065414473fe0bf4ffb2da84517e00e854826 Mon Sep 17 00:00:00 2001 From: Kevin Ivan Date: Fri, 29 Jan 2016 09:32:50 +0100 Subject: [PATCH] Update README.md Everyone can not clone from there. --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 5392840..fc3449d 100644 --- a/examples/README.md +++ b/examples/README.md @@ -2,7 +2,7 @@ To run the examples: -1. `git clone git@github.com:mzabriskie/axios.git` +1. `git clone https://github.com/mzabriskie/axios.git` 2. `npm install` 3. `grunt build` 4. `npm run examples`