Skip to content

Commit 2aef747

Browse files
committed
README: fix install guide.
1 parent 39382de commit 2aef747

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.MD

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@
55

66
## Install
77

8-
```powershell
9-
npm install aspnet-validation es6-promise
8+
```
9+
npm install aspnet-validation
10+
```
11+
12+
or
13+
14+
```
15+
yarn add aspnet-validation
1016
```
1117

12-
> aspnet-validation uses [Promise API](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise), which is not supported in Internet Explorer. It is recommended to use [promise-polyfill](https://github.com/taylorhakes/promise-polyfill) or [ts-polyfill](https://github.com/ryanelian/ts-polyfill) or [core-js](https://github.com/zloirock/core-js) to resolve this issue...
18+
> aspnet-validation uses [Promise API](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise), which is not supported in Internet Explorer. **It is recommended to use [promise-polyfill](https://github.com/taylorhakes/promise-polyfill) or [ts-polyfill](https://github.com/ryanelian/ts-polyfill) or [core-js](https://github.com/zloirock/core-js) to resolve this issue...**
1319
1420
Alternatively, download these:
1521

0 commit comments

Comments
 (0)