From d63e19986352723acbb91a960de413c9ad80064d Mon Sep 17 00:00:00 2001 From: Fernando Guillen Date: Sun, 28 Jul 2024 17:04:15 +0200 Subject: [PATCH] Using the ruby version for dotenv in the README link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a96a29e..0d46d39 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ require "open_router" ### Quickstart -Configure the gem with your API keys, for example in an `open_router.rb` initializer file. Never hardcode secrets into your codebase - instead use `Rails.application.credentials` or something like [dotenv](https://github.com/motdotla/dotenv) to pass the keys safely into your environments. +Configure the gem with your API keys, for example in an `open_router.rb` initializer file. Never hardcode secrets into your codebase - instead use `Rails.application.credentials` or something like [dotenv](https://github.com/bkeepers/dotenv) to pass the keys safely into your environments. ```ruby OpenRouter.configure do |config|