Skip to content

Commit 79cf2bd

Browse files
author
Wael Kdouh
committed
modified the mkdir command in module 1
1 parent 24af55b commit 79cf2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/aca/01-deploy-api-to-aca/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this module, we will start by creating the first microservice named `ACA Web
1010
### 1. Create the backend API project (Web API)
1111
- Open a command-line terminal and create a folder for your project. Use the `code` command to launch Visual Studio Code from that directory as shown:
1212
```shell
13-
mkdir TasksTracker.ContainerApps
13+
mkdir ~/TasksTracker.ContainerApps
1414
cd TasksTracker.ContainerApps
1515
code .
1616
```

0 commit comments

Comments
 (0)