From 0301e1a7e829deaf7076928b0b89c5ba18659c73 Mon Sep 17 00:00:00 2001 From: Ahmed Bilal <49-ahmedbilal@users.noreply.code.ungleich.ch> Date: Sat, 8 Jun 2019 09:36:55 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 978d8f2..37f3a16 100644 --- a/README.md +++ b/README.md @@ -118,8 +118,8 @@ Request JSON object: ``` { - auth_name: "your-name", - auth_realm: "your-realm", + auth_name: "auth-name", + auth_realm: "auth-realm", auth_token: "current time based token", name: "name that wants to be authenticated", realm: "realm that wants to be authenticated",