diff --git a/README.md b/README.md index d847eae..978d8f2 100644 --- a/README.md +++ b/README.md @@ -118,12 +118,12 @@ Request JSON object: ``` { - name: "your-name", - realm: "your-realm", - token: "current time based token", - verifyname: "name that wants to be authenticated", - verifyrealm: "realm that wants to be authenticated", - verifytoken: "token that wants to be authenticated", + auth_name: "your-name", + auth_realm: "your-realm", + auth_token: "current time based token", + name: "name that wants to be authenticated", + realm: "realm that wants to be authenticated", + token: "token that wants to be authenticated" } ```