Skip to content

Commit 5d8cb86

Browse files
committed
Update README to replace placeholder for GitHub username in Static Web App variables
1 parent e28485a commit 5d8cb86

File tree

1 file changed

+1
-1
lines changed
  • 04-cloud/azure/paas/03-static-web-apps

1 file changed

+1
-1
lines changed

04-cloud/azure/paas/03-static-web-apps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Como en el resto de los servicios, lo primero que vamos a hacer es cargar alguna
99
```bash
1010
# Static Web App variables
1111
WEB_APP_NAME="tour-of-heroes-web_$RANDOM"
12-
GITHUB_USER_NAME="0gis0"
12+
GITHUB_USER_NAME="<YOUR-GITHUB-USER-NAME>"
1313
```
1414

1515
o si estás en Windows:

0 commit comments

Comments
 (0)