From a3c0a2e6a78762483d4b8450c49c72e6d093587c Mon Sep 17 00:00:00 2001 From: Attila Olah Date: Thu, 19 Jul 2018 10:16:16 +0200 Subject: [PATCH] docs: remove outdated information --- README.md | 38 ++++---------------------------------- 1 file changed, 4 insertions(+), 34 deletions(-) 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: `