Skip to content

Commit e9f8f7c

Browse files
authored
Merge pull request #1 from mcawai/mcawai-patch-fix-cd
Corrected folder name in cd command
2 parents 2d84d00 + 0968ff2 commit e9f8f7c

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)