diff --git a/DNS-API-Dev-Guide.md b/DNS-API-Dev-Guide.md index f484172..0cec7b9 100644 --- a/DNS-API-Dev-Guide.md +++ b/DNS-API-Dev-Guide.md @@ -91,8 +91,8 @@ dns_myapi_add() { fi #save the credentials to the account conf file. - _saveaccountconf_mutable MYAPI_Username "$MYAPI_Username" - _saveaccountconf_mutable MYAPI_Password "$MYAPI_Password" + _saveaccountconf_mutable MYAPI_Username "$MYAPI_Username" + _saveaccountconf_mutable MYAPI_Password "$MYAPI_Password" ... }