Skip to content

Commit

Permalink
docs: update git clone to https protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
vcsjones authored and neohotsauce committed May 4, 2023
1 parent fb843c4 commit 4d76d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -104,7 +104,7 @@ $ npm start
To view the examples, clone the Express repo and install the dependencies:

```console
$ git clone git://github.com/expressjs/express.git --depth 1
$ git clone https://github.com/expressjs/express.git --depth 1
$ cd express
$ npm install
```
Expand Down

0 comments on commit 4d76d9a

Please sign in to comment.