Skip to content

Commit c559f2f

Browse files
authored
Update README.md (#1878)
Enhance code block format for README.md that user can easier to copy with copy button.
1 parent 28ffa99 commit c559f2f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,15 @@ It will look like the following:
157157

158158
If you've only changed the backend/frontend code in the `app` folder, then you don't need to re-provision the Azure resources. You can just run:
159159

160-
```azd deploy```
160+
```shell
161+
azd deploy
162+
```
161163

162164
If you've changed the infrastructure files (`infra` folder or `azure.yaml`), then you'll need to re-provision the Azure resources. You can do that by running:
163165

164-
```azd up```
166+
```shell
167+
azd up
168+
```
165169

166170
#### Sharing environments
167171

0 commit comments

Comments
 (0)