Skip to content

Commit 4d76d9a

Browse files
vcsjonesneohotsauce
authored andcommitted
docs: update git clone to https protocol
closes expressjs#5032
1 parent fb843c4 commit 4d76d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Readme.md

+1-1
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)