Skip to content

Commit

Permalink
docs: update the examples reference
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Nov 11, 2023
1 parent 555e726 commit d9da9ad
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,19 +101,8 @@ $ npm start

## Examples

To view the examples, clone the Express repo and install the dependencies:
To view the examples, checkout [this dedicated repository](https://github.com/expressjs/examples) and follow the instructions in the README.

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

Then run whichever example you want:

```console
$ node examples/content-negotiation
```

## Contributing

Expand Down

0 comments on commit d9da9ad

Please sign in to comment.