From a52ba3fbc0b567117a526ba10f9ff69fde3cc6b5 Mon Sep 17 00:00:00 2001 From: tunnckoCore Date: Sun, 31 Oct 2021 00:14:52 +0300 Subject: [PATCH] chore: readme cleanup --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 96a06212..3155cbec 100644 --- a/README.md +++ b/README.md @@ -75,20 +75,16 @@ recommend to use Yarn when you think to contribute to this project._ This is a low-level package, and if you're using a high-level framework it _may_ already be included. Check the examples below and the [examples/](https://github.com/node-formidable/formidable/tree/master/examples) folder. -```sh +``` # v2 npm install formidable +npm install formidable@v2 -## 3.x -npm install formidable@3.x -``` - - -# or v3 +# v3 npm install formidable@v3 ``` -_**Note:** In near future v3 will be published on the `latest` NPM dist-tag. Future not ready releases will continue to be published on `canary` dist-tag._ +_**Note:** In the near future v3 will be published on the `latest` NPM dist-tag. Future not ready releases will be published on `*-next` dist-tags for the corresponding version._ ## Examples