Fix non-hash comment in README (#883)

This commit is contained in:
Alex Rattray (Stripe) 2019-11-26 20:52:12 +08:00 committed by GitHub
parent 75b1797771
commit da06eb2cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,7 +194,7 @@ retries are safe.
Open and read timeouts are configurable:
```ruby
Stripe.open_timeout = 30 // in seconds
Stripe.open_timeout = 30 # in seconds
Stripe.read_timeout = 80
```