From f267c408b87de1ceef89a2abd6481b685e34dbf0 Mon Sep 17 00:00:00 2001 From: TyrionGraphiste Date: Fri, 24 Jul 2015 11:16:19 +0200 Subject: [PATCH 1/2] Update readme.md Fix library size. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a5290de2..3f7e64e7 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ autocomplete/autosuggest boxes for text input fields. Has no dependencies other than jQuery. -The standard jquery.autocomplete.js file is around 2.7KB when minified via Closure Compiler and gzipped. +The standard jquery.autocomplete.js file is around 12.7KB when minified via Closure Compiler and gzipped. ##API From 1c59912d668bb2c8ea6ab783c640315ed09cbb8c Mon Sep 17 00:00:00 2001 From: TyrionGraphiste Date: Fri, 24 Jul 2015 11:46:28 +0200 Subject: [PATCH 2/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3f7e64e7..905e65dd 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ autocomplete/autosuggest boxes for text input fields. Has no dependencies other than jQuery. -The standard jquery.autocomplete.js file is around 12.7KB when minified via Closure Compiler and gzipped. +The standard jquery.autocomplete.js file is around 12.7KB when minified via Closure Compiler. ##API