Skip to content

Commit e5b8db9

Browse files
committed
Fix directory path in README for project navigation
1 parent d2520be commit e5b8db9

File tree

1 file changed

+1
-1
lines changed
  • 02-SetupDevEnvironment/examples/basic-chat-azure

1 file changed

+1
-1
lines changed

02-SetupDevEnvironment/examples/basic-chat-azure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Before running this example, ensure you have:
3535

3636
```bash
3737
# 1. Navigate to project
38-
cd 02-SetupDevEnvironment/src/basic-chat-azure
38+
cd 02-SetupDevEnvironment/examples/basic-chat-azure
3939

4040
# 2. Configure credentials
4141
cp .env.example .env

0 commit comments

Comments
 (0)