Skip to content

Commit 2bd5d87

Browse files
authored
Update relay-hybrid-connections-websocket-requests-Python-get-started-client.md
1 parent ef56533 commit 2bd5d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-relay/includes/relay-hybrid-connections-websocket-requests-Python-get-started-client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ a Hybrid Connections URL with SAS Tokens utilizing Websockets.
2121

2222
`asyncio`, `json`, `logging`, `websockets`
2323

24-
These can be installed using the following command:
24+
These libraries can be installed using the following command:
2525

2626
```bash
2727
pip install <package name>
@@ -45,7 +45,7 @@ a Hybrid Connections URL with SAS Tokens utilizing Websockets.
4545

4646
3. Generate a helper function file for helper functions
4747

48-
The following file will be used as `relaylib.py` and have helper functions for Websocket URL generation and SAS tokens
48+
The following file is used as `relaylib.py` and have helper functions for Websocket URL generation and SAS tokens
4949

5050
[!INCLUDE [relay-python-helper-functions](relay-python-helper-functions.md)]
5151

0 commit comments

Comments
 (0)