Skip to content

Commit e9ec803

Browse files
committed
Improve size comparison.
1 parent 49947ae commit e9ec803

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.MD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# aspnet-validation
2-
> Enables ASP.NET Core MVC client-side validation, without JQuery!
2+
> Enables ASP.NET Core MVC client-side validation without JQuery!
33
44
[![npm](https://img.shields.io/npm/v/aspnet-validation.svg)](https://www.npmjs.com/package/aspnet-validation) [![Build Status](https://travis-ci.org/ryanelian/aspnet-validation.svg?branch=master)](https://travis-ci.org/ryanelian/aspnet-validation)
55

@@ -60,9 +60,9 @@ v.bootstrap();
6060

6161
**jQuery + jQuery Validation + jQuery Validation Unobtrusive:** 67.9 KB + 22.5 KB + 5.14 KB = **95.6 KB**
6262

63-
**aspnet-validation:** 9.81 KB **(10.26%)**
64-
- **promise-polyfill**: +2.58 KB = **12.4 KB (12.97%)**
65-
- **es6-promise**: +6.19 KB = **19 KB (19.87%)**
63+
**aspnet-validation:** ~10 KB **(10.46%, ~4KB GZIP)**
64+
- **promise-polyfill**: +2.58 KB
65+
- **es6-promise**: +6.19 KB
6666

6767
## Building the Source Code
6868

0 commit comments

Comments
 (0)