Skip to content

Commit 0968ff2

Browse files
authored
Corrected folder name in cd command
1 parent 2d84d00 commit 0968ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/includes/relay-token-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ms.author: rahulva
2828
1. Open your terminal or command window create a new directory for your app, and navigate to it.
2929

3030
```console
31-
mkdir access-tokens-quickstart && cd relay-tokens-quickstart
31+
mkdir access-tokens-quickstart && cd access-tokens-quickstart
3232
```
3333

3434
2. Use a text editor to create a file called **issue-relay-tokens.py** in the project root directory and add the structure for the program, including basic exception handling. You'll add all the source code for this quickstart to this file in the following sections.

0 commit comments

Comments
 (0)