Skip to content

Commit 8184eb3

Browse files
committed
update key strings to allow injection in documentation
1 parent 3a02ceb commit 8184eb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ In order to be able to call the API, you'll first need to set your Application I
2727

2828
```ruby
2929
TravelTime.configure do |config|
30-
config.application_id = '<your app id>'
31-
config.api_key = '<your app key>'
30+
config.application_id = 'YOUR_APP_ID'
31+
config.api_key = 'YOUR_APP_KEY'
3232
end
3333
```
3434

0 commit comments

Comments
 (0)