updated README.md

This commit is contained in:
Paul 2020-02-07 07:01:29 +01:00
parent 26baa9a569
commit 828f3a942f

View File

@ -20,10 +20,14 @@ make
### Play
Query webservice with json output
```bash
curl http://localhost:8080/
```
Query webservice with html output
```bash
curl -H "Accept: text/html" http://localhost:8080/
```
## Todo