diff --git a/readme.md b/readme.md
index 97c8230..3e56a1e 100644
--- a/readme.md
+++ b/readme.md
@@ -21,15 +21,15 @@ You can fork or edit this source code !
Current API
-| Feature | Menu | Method | URL | parameter | type |
-|----------|----------------------|--------|----------------|-------------------------------------------------------------------------------------------------|-------------|
-| ✅ | Login | GET | /app/login | | |
-| ✅ | Logout | GET | /app/logout | | |
-| ✅ | Reconnect | GET | /app/reconnect | | |
-| ✅ | User Info | GET | /user/info | phone_number (string: 62...) | querystring |
-| ✅ | User Avatar | GET | /user/avatar | phone_number (string: 62...) | querystring |
-| ✅ | Send Message (Text) | POST | /send/message | phone_number (string: 62...)
message (string) | form-data |
-| ✅ | Send Message (Image) | POST | /send/image | phone_number (string: 62...)
caption (string)
image (binary)
view_once (bool) | form-data |
+| Feature | Menu | Method | URL | Payload |
+|----------|----------------------|--------|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| ✅ | Login | GET | /app/login | |
+| ✅ | Logout | GET | /app/logout | |
+| ✅ | Reconnect | GET | /app/reconnect | |
+| ✅ | User Info | GET | /user/info |
| Param | Type | Type | Example |
|---|---|---|---|
| phone_number | string | querystring | 6289685024099 |
| Param | Type | Type | Example |
|---|---|---|---|
| phone_number | string | querystring | 6289685024099 |
| Param | Type | Type | Example |
|---|---|---|---|
| phone_number | string | form-data | 6289685024099 |
| message | string | form-data | Hello guys this is testing |
| Param | Type | Type | Example |
|---|---|---|---|
| phone_number | string | form-data | 6289685024099 |
| caption | string | form-data | Hello guys this is caption |
| view_once | bool | form-data | false |
| image | binary | form-data |