Skip to content

Commit 06b2b14

Browse files
vcsjonesdougwilson
authored andcommitted
docs: update git clone to https protocol
closes #5032
1 parent 8368dc1 commit 06b2b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $ npm start
104104
To view the examples, clone the Express repo and install the dependencies:
105105

106106
```console
107-
$ git clone git://github.com/expressjs/express.git --depth 1
107+
$ git clone https://github.com/expressjs/express.git --depth 1
108108
$ cd express
109109
$ npm install
110110
```

0 commit comments

Comments
 (0)