diff --git a/README.md b/README.md index 0c45a07..5c697dc 100644 --- a/README.md +++ b/README.md @@ -531,8 +531,7 @@ Get the current public key generated by the daemon. #### .notificationSubscribe() Returns a ReadableStream that notifies about new notifications. -Notifications are triggered upon another member's interaction with a shared file or bucket, for example if he attempts to add a new file. - +Notifications are triggered upon another member's interaction with a shared file or bucket, for example if he attempts to add a new file to a shared bucket. ```js const notificationStream = client.notificationSubscribe();