Commit 3b2db3e8 authored by Patricio Bruna's avatar Patricio Bruna

Fix readme for domain.removeAdmin()

parent 80be6bf1
......@@ -451,7 +451,7 @@ const coses = ['default', 'test', 'professional'];
domain.addAdmin(account.id, coses, callback);
// {} if Success
domain.removeAdmin(account.id, callback);
domain.removeAdmin(account.id, coses, callback);
// {} if Success
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment