docs(readme): fixed typos
This commit is contained in:
parent
f985418515
commit
50c81f5709
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue