Skip to content

Commit 0c34bdb

Browse files
authored
Fix formatting in deployment instructions
1 parent 6a8258c commit 0c34bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A **sandbox** project to demonstrate real DevOps skills safely and honestly for
3333
```bash
3434
uvicorn app.main:app --reload
3535
curl http://127.0.0.1:8000/health
36-
4. **Deploy: push to main. Check Actions → on success, browse https://<webapp-name>.azurewebsites.net/health.
36+
4. **Deploy: push to main.** Check Actions → on success, browse https://<webapp-name>.azurewebsites.net/health.
3737

3838
---
3939
## Prereqs

0 commit comments

Comments
 (0)