From b2ef15a4065715fd35b455fc434f1b9b311f09ed Mon Sep 17 00:00:00 2001 From: Shroominic Date: Sat, 24 Jan 2026 18:12:32 +0800 Subject: [PATCH] fix readme --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 78cf9404..61db87d8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This repo contains Routstr Core: a FastAPI-based reverse proxy that sits in fron - **Overview**: - **Provider Guide**: -- **User Guide**: +- **User Guide**: ## Basic Usage @@ -40,7 +40,7 @@ print(response.choices[0].message.content) ### cURL ```bash -curl http://localhost:8000/v1/chat/completions \ +curl https://api.routstr.com/v1/chat/completions \ -H "Content-Type: application/json" \ -H "x-cashu: cashuBo2FteCJodHRwczovL21..." \ -d '{ @@ -65,9 +65,5 @@ docker run -d \ ```bash make setup cp .env.example .env -fastapi run routstr --host 0.0.0.0 --port 8000 +fastapi run routstr ``` - -## License - -GPLv3. See `LICENSE`.