From 8c0edbf7963834ab38ad1d7d675c7fd698b591f3 Mon Sep 17 00:00:00 2001 From: Piotr Gawron Date: Thu, 8 Aug 2019 12:51:48 +0200 Subject: [PATCH] url to git clone didn't work old url resulted in Permission denied error: ``` gawi@uni-new:~/workspace$ git clone git@github.com:openlayers/ol-browserify.git Cloning into 'ol-browserify'... Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40d139a..6da73e8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This example demonstrates how the `ol` package can be used with browserify. Clone the project. - git clone git@github.com:openlayers/ol-browserify.git + git clone https://github.com/openlayers/ol-browserify.git Install the project dependencies.