Skip to content

Commit 17880cc

Browse files
Update README.md
1 parent c5277af commit 17880cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This library is in early stages of development. It is meant to be used with Rabb
1313
* [Consuming messages](#Consuming-messages)
1414
* [Support for streams](#support-for-streams)
1515
* [SSL connection](#ssl-connections)
16-
* [Oauth connection](#oauth-connections)
16+
* [Oauth authentication](#oauth-authentication)
1717
* [Managing disconnections](#Managing-disconnections)
1818

1919

@@ -145,9 +145,9 @@ The client supports TLS/SSL connections.
145145

146146
You can check the [`ssl example`](./examples/tls/tls_example.py) to see how to establish a secured connection
147147

148-
### Oauth connections
148+
### Oauth authentication
149149

150-
The client supports oauth2 connections.
150+
The client supports oauth2 authentication.
151151

152152
You can check the [`oauth2 example`](./examples/oauth/oaut.py) to see how to establish and refresh a connection using an oauth2 token
153153

0 commit comments

Comments
 (0)