Skip to content

Commit bf98f35

Browse files
committed
Minor README updates.
1 parent 0c9bcae commit bf98f35

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ athlete = client.athlete # => Strava::Models::Athlete
977977
athlete.http_response.ratelimit
978978
```
979979

980-
The following properties are available on Strava::Api::Ratelimit.
980+
The following properties are available on [Strava::Api::Ratelimit](lib/strava/api/ratelimit.rb).
981981

982982
- `limit`
983983
- `limit?`
@@ -1025,7 +1025,7 @@ You can configure web client options used in the OAuth and API clients, globally
10251025

10261026
```ruby
10271027
Strava::Web::Client.configure do |config|
1028-
config.user_agent = 'Strava Ruby Client/1.0'
1028+
config.user_agent = 'Strava Ruby Client/3.0'
10291029
end
10301030
```
10311031

@@ -1162,6 +1162,7 @@ STRAVA_CLIENT_ID=... STRAVA_CLIENT_SECRET=... STRAVA_API_REFRESH_TOKEN=... strav
11621162
## Users
11631163

11641164
- [Slava: Strava integration with Slack](https://slava.playplay.io), [source](https://github.com/dblock/slack-strava).
1165+
- [Strada: Strava integration with Discord](https://strada.playplay.io), [source](https://github.com/dblock/discord-strava).
11651166
- [Jekyll Blog at run.dblock.org](https://run.dblock.org), [source](https://github.com/dblock/run.dblock.org)
11661167
- [Secret Strava](https://steele.blue/secret-strava/), [source](https://github.com/mattdsteele/secret-strava)
11671168

0 commit comments

Comments
 (0)