diff --git a/README.md b/README.md
index cab3d9c..c5b08cc 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,13 @@
[![JS Deliver hits per month](https://data.jsdelivr.com/v1/package/npm/time-input-polyfill/badge)](https://www.jsdelivr.com/package/npm/time-input-polyfill)
+An accessible polyfill for `` elements.
+
- ✔️ Modeled after the Chrome and Firefox implementations
- ✔️ Fully keyboard and screen reader accessible
- ✔️ Submits the same values to servers as real time inputs
- ✔️ Only downloads the full polyfill code in the browsers that need it
+- ✔️ Zero dependencies
Demo available here: https://dan503.github.io/time-input-polyfill/
diff --git a/package.json b/package.json
index b984819..cc8bf07 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "time-input-polyfill",
- "description": "A polyfill for input[type=time] elements modeled after the Chrome & Fire Fox implementations.",
- "version": "1.0.1",
+ "description": "An accessible polyfill for `` elements modeled after the Chrome & Firefox implementations.",
+ "version": "1.0.2",
"main": "index.js",
"jsdelivr": "dist/time-input-polyfill.auto.min.js",
"dependencies": {},