Skip to content

Commit bc31236

Browse files
authored
Update README.md
1 parent f2dc745 commit bc31236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ WPUserAddRoleResponse wpUserAddRoleResponse = await WPJsonAPI.instance
172172
- The first parameter is the **userToken** which is returned from the login/register response. You should have this saved somewhere e.g. shared_pref
173173

174174
``` dart
175-
WPUserRemoveRoleResponse wpUserAddRemoveResponse = await WPJsonAPI.instance
175+
WPUserRemoveRoleResponse wpUserRemoveRoleResponse = await WPJsonAPI.instance
176176
.api((request) => request.wpUserRemoveRole(
177177
userToken,
178178
role: "customer" // e.g. customer, subscriber

0 commit comments

Comments
 (0)