diff --git a/docs/README.md b/docs/README.md
index 0f378ec..d60bd03 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -61,6 +61,7 @@ DeviceEventEmitter.addListener('pushOpened', (e: Event) => {
showGDPRDeletionUI() |
setCommunicationEnabled() |
removeAllDeviceData() |
+enableHuaweiPushNotifications() |
Events |
@@ -482,6 +483,13 @@ removeAllDeviceData()
**[android, ios]**
Removes all data about the device. Cannot be undone.
+### enableHuaweiPushNotifications
+
+```js
+enableHuaweiPushNotifications()
+```
+**[android]**
+Enables Huawei push messaging. Requires configured Huawei platform for your Pushwoosh application. See the integration guide.
### pushReceived