Skip to content

Commit 47dc519

Browse files
author
Wael Kdouh
committed
docs refactoring
1 parent e023498 commit 47dc519

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)