diff --git a/README.md b/README.md index b60e387..d38fdca 100644 --- a/README.md +++ b/README.md @@ -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