diff --git a/README.md b/README.md index d02ccd7..7f188e9 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ You can get a token using the following two curl commands: # This will trigger the email sending curl -X "POST" "https://mykobold.eu.auth0.com/passwordless/start" \ -H 'Content-Type: application/json' \ - -d $'{ + -d '{ "send": "code", "email": "ENTER_YOUR_EMAIL_HERE", "client_id": "KY4YbVAvtgB7lp8vIbWQ7zLk3hssZlhR", @@ -72,7 +72,7 @@ curl -X "POST" "https://mykobold.eu.auth0.com/passwordless/start" \ # replace the value of otp 123456 with the value you received from the email curl -X "POST" "https://mykobold.eu.auth0.com/oauth/token" \ -H 'Content-Type: application/json' \ - -d $'{ + -d '{ "prompt": "login", "grant_type": "http://auth0.com/oauth/grant-type/passwordless/otp", "scope": "openid email profile read:current_user", diff --git a/package.json b/package.json index d5c24e7..1506efb 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "colors": "^1.4.0", "debug": "^4.1.1", - "node-botvac": ">=0.4.0", + "node-kobold-control": ">=0.4.0", "uuid": "^3.3.2" } }