From d9da9ad3cc598a4564798360beb382bda7d296e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Sat, 11 Nov 2023 18:21:09 +0100 Subject: [PATCH] docs: update the examples reference --- Readme.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Readme.md b/Readme.md index d0f3cf56e6..824fffe7c1 100644 --- a/Readme.md +++ b/Readme.md @@ -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