docs(readme): fixed typos

This commit is contained in:
antifallobst 2023-08-12 15:35:43 +02:00
parent f985418515
commit 50c81f5709
Signed by: antifallobst
GPG Key ID: 2B4F402172791BAF
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
# BaseAuth # BaseAuth
Baseauth is a simple auth server, which is not meant to be usable in production environments. BaseAuth is a simple auth server, which is not meant to be usable in production environments.
--- ---
# API # API
The API runs uses HTTP and runs by default on port `8080`. The API uses HTTP and runs by default on port `8080`.
All requests to endpoints are `POST`. All requests to endpoints are `POST`.
The _Content-Type_ is always `application/json`, so all payloads are JSON strings. The _Content-Type_ is always `application/json`, all payloads are JSON strings.
## endpoints ## endpoints
### `/register` ### `/register`