Skip to content

Commit

Permalink
docs: update git clone to https protocol
Browse files Browse the repository at this point in the history
closes #5032
  • Loading branch information
vcsjones authored and dougwilson committed Nov 2, 2022
1 parent 8368dc1 commit 06b2b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
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
```

This comment has been minimized.

Copy link
@jatin12740

jatin12740 Feb 9, 2024

#jatin

Expand Down

0 comments on commit 06b2b14

Please sign in to comment.