Skip to content

Commit ce5df24

Browse files
author
Kyle Spengler
committed
docs: polish README (OpenAPI bullet, Makefile tips, CI badge, license)
1 parent 4df63a4 commit ce5df24

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ python -m training.train
3939
uvicorn serving_app.main:app --host 0.0.0.0 --port 8011
4040
# docs: http://localhost:8011/docs
4141
```
42-
## Endpoints
43-
## Endpoints
4442

43+
## Endpoints
4544
- `GET /openapi.json` → OpenAPI schema
4645
- `GET /health``{"ok": true, "model_loaded": true, "version": "0.1.0"}`
4746
- `GET /version``{"version": "0.1.0"}`
@@ -149,6 +148,3 @@ A lightweight GitHub Actions workflow (.github/workflows/ci.yml) installs deps,
149148

150149

151150

152-
153-
## License
154-
MIT — see [LICENSE](LICENSE).

0 commit comments

Comments
 (0)