diff --git a/doc/tutorial/Server.lhs b/doc/tutorial/Server.lhs index a0b9b875..aa8023aa 100644 --- a/doc/tutorial/Server.lhs +++ b/doc/tutorial/Server.lhs @@ -1128,8 +1128,8 @@ This is the webservice in action: ``` bash $ curl http://localhost:8081/a 1797 -$ curl http://localhost:8081/b -"hi" +$ curl http://localhost:8081/b -X GET -d '42.0' -H 'Content-Type: application/json' +true ``` ### An arrow is a reader too.