diff --git a/README.md b/README.md
index d2da1cd..daed8fe 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,13 @@
-
+
**Redux middleware to dispatch actions via bluetooth to a peripheral store**
[![Build Status](https://travis-ci.org/jvallelunga/redux-bluetooth.svg?branch=master)](https://travis-ci.org/jvallelunga/redux-bluetooth)
[![codecov](https://codecov.io/gh/jvallelunga/redux-bluetooth/branch/master/graph/badge.svg)](https://codecov.io/gh/jvallelunga/redux-bluetooth)
+![gzip size](http://img.badgesize.io/https://raw.githubusercontent.com/jvallelunga/redux-bluetooth/master/dist/redux-bluetooth.webapp.js?compression=gzip&label=gzip%20size)
diff --git a/package.json b/package.json
index db1b54e..49eabf2 100644
--- a/package.json
+++ b/package.json
@@ -76,7 +76,7 @@
"bundlesize": [
{
"path": "dist/redux-bluetooth.webapp.js",
- "maxSize": "30 Kb"
+ "maxSize": "10 Kb"
}
]
}