Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gosticks authored Jan 28, 2019
1 parent 8ab33ab commit bb38d2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ This library provides easy access to the mite time tracking api (API not fully c
l := zap.SugarLogger()
// create a mite api instance
miteAPI := NewMiteAPI(username, team, apiKey, l)
// appName should be a discriptive string for you application (e.g. "my-app/v0.1")
miteAPI := NewMiteAPI(username, team, apiKey, appName, l)
// now you can use the api
customers, errCustomers := mite.GetAllCustomers()
Expand Down

0 comments on commit bb38d2d

Please sign in to comment.