diff --git a/README.md b/README.md
index efc444a..acbb366 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ Currently in developing mode, Continous updated may encounter.
## Nodes
1. **Whatsapp Admin** : Node used for basic status of whatsapp.
+
| Inputs | Description |
|--------|-------------- |
@@ -23,9 +24,9 @@ Currently in developing mode, Continous updated may encounter.
| destroy| Close the client and destroy the connection.|
| restart | Restart the whatsapp client |
| logout | Simply log you out and close the session. |
+ ---
+
-
-
| Output | Description |
|--------| ------------|
|`status` | provide status on `msg.payload` for all and each input mentioned in above table. |
@@ -33,14 +34,12 @@ Currently in developing mode, Continous updated may encounter.
| QR Code (image) | when QR code is generated. *This method can also be used to get QR Code (image) generated by whatsapp.*
| Connected | When whatapp is sucessfully connected.|
-
2. **Whatsapp In** : Node to recive all messages send to connected number.
- Simply deploy the node and wait for connected (green) status.
- After succesfully connection, Node is able to recive all messages.
- Messages can be read at `msg.payload` and `msg.body` and sender number can be read at `msg.from`.
- Please look complete `{msg}` to get all details about recived message.
-
3. **Whatsapp Out** : As simple as mention on name, node will send `msg.payload` recived at input to the number mentioned in node.
diff --git a/package.json b/package.json
index fed9f51..c1ecb48 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-whatsapp-link",
- "version": "0.1.14",
+ "version": "0.1.15",
"description": "Whatsapp connection with Node-Red | No third party APIs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
diff --git a/whatsapp-in.html b/whatsapp-in.html
index 4bee396..eb8c26d 100644
--- a/whatsapp-in.html
+++ b/whatsapp-in.html
@@ -27,10 +27,10 @@
diff --git a/whatsapp-out.html b/whatsapp-out.html
index 6a956f4..1d499fe 100644
--- a/whatsapp-out.html
+++ b/whatsapp-out.html
@@ -36,6 +36,7 @@
diff --git a/whatsappAdmin.html b/whatsappAdmin.html
index def6118..554c89a 100644
--- a/whatsappAdmin.html
+++ b/whatsappAdmin.html
@@ -28,21 +28,21 @@