diff --git a/README.md b/README.md index 0c570b3a9569ab41179d8f68921d047eef1a1a87..b7033bc17318520a6f0a09c2dfe2839ce2a4574f 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ To register a new user (returns the user): POST /users => Object body: { - "username": "blabla", + "username": "henry", "paswword": "verysecure" } ``` @@ -59,7 +59,7 @@ To login an user (returns a list containing the matching users): POST /login => [Object] body: { - "username": "blabla", + "username": "henry", "paswword": "verysecure" } ```