Skip to content

Commit aae6fc2

Browse files
authored
Merge pull request Azure#70 from Azure/waelkdouh-module1review
docs refactoring
2 parents e023498 + 47dc519 commit aae6fc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ 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
14-
cd TasksTracker.ContainerApps
13+
mkdir ~\TasksTracker.ContainerApps
14+
cd ~\TasksTracker.ContainerApps
1515
code .
1616
```
1717

0 commit comments

Comments
 (0)