From c5b142a23fc3c7e1544ee07ed69d6a0e8bc39616 Mon Sep 17 00:00:00 2001 From: Josh Pigford Date: Mon, 4 Mar 2024 10:27:34 -0600 Subject: [PATCH] Update multi-currency readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5122be5b..8991808a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ For further instructions, see guides below. If you'd like multi-currency support, there are a few extra steps to follow. -1. Sign up for an API key at [Open Exchange Rates](https://openexchangerates.org/signup). For now, you'll need the Developer plan, which is $12/mo. +1. Sign up for an API key at [Synth](https://synthfinance.com). It's a Maybe product and the free plan is sufficient for multi-currency support. 2. Add your API key to your `.env` file. 3. Set the currencies you'd like to support in the `.env` file. 4. Run `rake currencies:seed`