fix README typo

This commit is contained in:
Philippe-Adrien Nousse 2018-07-05 12:52:31 +02:00
parent 48fa0d6642
commit 5358f48c45
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ func main() {
defer c.Logout()
}
````
##Users
## Users
List :
```go
func (c *Client) UserList() ([]string, error)