diff --git a/README.md b/README.md index 54cdc77..2e276b4 100644 --- a/README.md +++ b/README.md @@ -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)