Skip to content

Commit 5cecc4a

Browse files
committed
e2ee: remove beta mentions
1 parent b144815 commit 5cecc4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In order to use this library, you need to have a free account on <http://pusher.
2727
- [Getting Information For A Specific Channel](#getting-information-for-a-specific-channel)
2828
- [Getting User Information For A Presence Channel](#getting-user-information-for-a-presence-channel)
2929
- [Authenticating Channel Subscription](#authenticating-channel-subscription)
30-
- [End-to-end Encryption (Beta)](#end-to-end-encryption-beta)
30+
- [End-to-end Encryption](#end-to-end-encryption)
3131
- [Receiving Webhooks](#receiving-webhooks)
3232
- [Request Library Configuration](#request-library-configuration)
3333
- [Google App Engine](#google-app-engine)
@@ -286,7 +286,7 @@ auth = pusher_client.authenticate(
286286
# return `auth` as a response
287287
```
288288

289-
## End to End Encryption (Beta)
289+
## End to End Encryption
290290

291291
This library supports end to end encryption of your private channels. This
292292
means that only you and your connected clients will be able to read your

0 commit comments

Comments
 (0)