diff --git a/README.md b/README.md index 5fadbf1..dea4525 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ recoveries, err := client.Recovery.ListAll(ctx, nil) ``` ### Workout Service -Get a single single workout activity record for the specified id. +Get a single workout activity record for the specified id. ```go workout, err := client.Workout.GetOne(ctx, 1) ```