Skip to content

Commit 17f6f10

Browse files
authored
Update get-started-cli.md
Fixing breaking changes
1 parent 89e0286 commit 17f6f10

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/static-web-apps/get-started-cli.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,13 @@ export MY_STATIC_WEB_APP_NAME="myStaticWebApp$RANDOM_ID"
4242

4343
(Optional) This article uses a GitHub template repository as another way to make it easy for you to get started. The template features a starter app to deploy to Azure Static Web Apps.
4444

45-
- Navigate to the following location to create a new repository: https://github.com/staticwebdev/vanilla-basic/generate
46-
- Name your repository `my-first-static-web-app`
45+
1. Navigate to the following location to create a new repository: https://github.com/staticwebdev/vanilla-basic/generate.
46+
2. Name your repository `my-first-static-web-app`.
4747

48-
> **Note:** Azure Static Web Apps requires at least one HTML file to create a web app. The repository you create in this step includes a single `index.html` file.
48+
> [!NOTE]
49+
> Azure Static Web Apps requires at least one HTML file to create a web app. The repository you create in this step includes a single `index.html` file.
4950
50-
Select **Create repository**.
51+
3. Select **Create repository**.
5152

5253
## Deploy a Static Web App
5354

0 commit comments

Comments
 (0)