Skip to content

Commit 2ed9811

Browse files
authored
Fix header formatting in README.md
Correct formatting for section headers in README.
1 parent 0bf12b6 commit 2ed9811

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,19 +206,19 @@ Test coverage:
206206
---
207207

208208
## 🐳 Docker & CI/CD
209-
#Multi-stage Docker
209+
# Multi-stage Docker
210210
Build (training → production)
211211
docker build -t oasis-security:latest .
212212

213213
# Run API
214214
docker run -p 8000:8000 oasis-security:latest
215215

216-
#Full Stack (MLflow + Postgres + API)
216+
# Full Stack (MLflow + Postgres + API)
217217
docker-compose up -d
218218
MLflow UI → http://localhost:5000
219219
API → http://localhost:8000/docs
220220

221-
#GitHub Actions CI/CD
221+
# GitHub Actions CI/CD
222222

223223
.github/workflows/ci-cd.yml triggers on each push:
224224

0 commit comments

Comments
 (0)