strava / go.strava

A complete client library for the Strava V3 API
http://strava.github.io/api
266 stars 67 forks source link

fixes typo in readme #11

Closed davidalee closed 8 years ago

davidalee commented 8 years ago

Fixes a typo in the readme on line 375.

Previously efforst, err := service.ListEfforts(segmentId)., updated to efforts, err := service.ListEfforts(segmentId).

paulmach commented 8 years ago

Thanks!