Skip to content

Commit be5cd3c

Browse files
committed
Improve readme
1 parent fc202de commit be5cd3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ pusher_client = pusher.Pusher(app_id, key, secret, cluster=u'cluster')
8686
|host `String` | **Default:`None`** <br> The host to connect to |
8787
|port `int` | **Default:`None`** <br>Which port to connect to |
8888
|ssl `bool` | **Default:`True`** <br> Use HTTPS |
89-
|encryption_master_key_base64 `String` | **Default:`None`** *deprecated* <br> The encryption master key for End-to-end Encryption |
89+
|~~encryption_master_key~~ `String` | **Default:`None`** <br> *Deprecated*, see `encryption_master_key_base64` |
90+
|encryption_master_key_base64 `String` | **Default:`None`** <br> The encryption master key for End-to-end Encryption |
9091
|backend `Object` | an object that responds to the `send_request(request)` method. If none is provided, a `pusher.requests.RequestsBackend` instance is created. |
9192
|json_encoder `Object` | **Default: `None`**<br> Custom JSON encoder. |
9293
|json_decoder `Object` | **Default: `None`**<br> Custom JSON decoder.

0 commit comments

Comments
 (0)