Skip to content

Commit

Permalink
Require correct cgi.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Feb 2, 2025
1 parent 1c97ab0 commit a546663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ See [Strava::Models::Activity](lib/strava/models/activity.rb) for all available
Use `map.summary_polyline` and combine with [polylines](https://github.com/joshuaclayton/polylines) to parse the activity map and to construct a Google maps URL with start and end markers.

```ruby
require 'CGI'
require 'cgi'
require 'polylines'

map = activity.map # => Strava::Models::Map
Expand Down

0 comments on commit a546663

Please sign in to comment.