diff --git a/README.md b/README.md index 83eec23248..cb876ece7a 100644 --- a/README.md +++ b/README.md @@ -37,41 +37,11 @@ Class-validator works on both browser and node.js platforms. ## Installation -Install module: - -`npm install class-validator --save` - -#### Old versions of node.js/browser - -ES6 features are used, if you are using old versions of node (or browser) you may want to install [es6-shim](https://github.com/paulmillr/es6-shim) too: - -`npm install es6-shim --save` - -and use it somewhere in the global place of your app: - -* for nodejs: `require("es6-shim")` (or `import "es6-shim";`) in your app's entry point (for example in `app.ts`) -* for browser: `