Skip to content
Prev Previous commit
Next Next commit
Fix README
  • Loading branch information
rbajollari committed Jan 24, 2023
commit 72f9b981ec95dd2d0ac1cad1ac5ea8be380872d6
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ In addition, it defines the oracle's keyring and feeder account information.
The keyring's password is defined via environment variables or user input.
More information on the keyring can be found [here](#keyring)
Please see the [example configuration](price-feeder.example.toml) for more details.
Please see the [example configuration](price-feeder.example_forex.toml) for an example
configuration fetching Forex rates from [polygon.io](polygon.io) (premium API key required).
Please see the [forex example configuration](price-feeder.example_forex.toml) for an example
configuration fetching Forex rates from polygon.io (premium API key required).

```shell
$ price-feeder /path/to/price_feeder_config.toml
Expand Down