Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gowizzard committed Jul 15, 2021
1 parent 3acfc4a commit 398106e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ if err != nil {
To get a list of all contacts, you must call the following function. This function returns all values in a struct.

```go
// Get all contacts
contacts, err := goplacetel.Contacts("token")
if err != nil {
fmt.Println(err)
Expand Down

0 comments on commit 398106e

Please sign in to comment.