Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
harranali committed May 14, 2021
1 parent 01121f2 commit e3eb0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ roles, err := auth.GetRoles()
### func (a *Authority) GetPermissions() ([]string, error)
GetPermissions retuns all stored permissions
```go
roles, err := auth.GetPermissions()
permissions, err := auth.GetPermissions()
```

### func (a *Authority) DeleteRole(roleName string) error
Expand Down

0 comments on commit e3eb0ae

Please sign in to comment.