mirror of https://github.com/Seich/Beau.git
Small readme update.
This commit is contained in:
parent
df884bdb8b
commit
d1dfcb8c7d
|
|
@ -28,8 +28,8 @@ Beau, is a CLI that executes HTTP requests based on a YAML configuration file. T
|
||||||
|
|
||||||
## Example Configuration File
|
## Example Configuration File
|
||||||
|
|
||||||
VERSION: 1
|
version: 1
|
||||||
HOST: https://example.com/api/
|
host: https://example.com/api/
|
||||||
|
|
||||||
POST /session:
|
POST /session:
|
||||||
ALIAS: session
|
ALIAS: session
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue