diff --git a/README.markdown b/README.markdown
index 06e03b88..2a4aacba 100644
--- a/README.markdown
+++ b/README.markdown
@@ -4,7 +4,7 @@
- Dependency-free notification plugin.
+ Dependency-free notification library.
Documentation »
@@ -29,7 +29,7 @@
## Hi
-**NOTY** is a notification plugin that makes it easy to create **alert** - **success** - **error** - **warning** - **information** - **confirmation** messages as an alternative the standard alert dialog.
+**NOTY** is a notification library that makes it easy to create **alert** - **success** - **error** - **warning** - **information** - **confirmation** messages as an alternative the standard alert dialog.
The notifications can be positioned at the;
**top** - **topLeft** - **topCenter** - **topRight** - **center** - **centerLeft** - **centerRight** - **bottom** - **bottomLeft** - **bottomCenter** - **bottomRight**
@@ -41,6 +41,7 @@ It also has various callbacks for the buttons, opening closing the notifications
***
### Features
- [x] Dependency-free
+- [x] Web Push Notifications with Service Worker support
- [x] UMD
- [x] Named queue system
- [x] Has 11 layouts, 5 notification styles, 5+ themes
diff --git a/bower.json b/bower.json
index a5dcb444..a75b88e7 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "noty",
- "description": "Noty - notification plugin",
+ "description": "Noty - Notification library",
"license": "MIT",
"homepage": "http://ned.im/noty",
"main": "dist/noty.js",
diff --git a/composer.json b/composer.json
index b38b1189..36261d84 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "needim/noty",
- "description": "Noty is a plugin that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog.",
+ "description": "Noty is a library that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog.",
"type": "library",
"license": "MIT",
"homepage": "http://ned.im/noty",
diff --git a/package.json b/package.json
index 18624e8f..3426c170 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,8 @@
{
"name": "noty",
"version": "3.1.0-beta",
- "title": "Noty - Notification Plugin",
- "description": "Noty is a plugin that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue. (Optional)",
+ "title": "Noty - Notification library",
+ "description": "Noty is a library that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue. (Optional)",
"homepage": "http://ned.im/noty",
"main": "lib/noty.js",
"keywords": [