From 8184eb3d9b13756164cc072ae38740664392871f Mon Sep 17 00:00:00 2001 From: EivydasKoc Date: Thu, 4 Apr 2024 17:44:20 +0300 Subject: [PATCH] update key strings to allow injection in documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a2cc6e..876fd32 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ In order to be able to call the API, you'll first need to set your Application I ```ruby TravelTime.configure do |config| - config.application_id = '' - config.api_key = '' + config.application_id = 'YOUR_APP_ID' + config.api_key = 'YOUR_APP_KEY' end ```