diff --git a/src/sections/currency_conversion.rst b/src/sections/currency_conversion.rst index 9a25c8c..315c99d 100644 --- a/src/sections/currency_conversion.rst +++ b/src/sections/currency_conversion.rst @@ -63,7 +63,7 @@ ex: { "currency_conversion_type": "DictBasedCurrencyRates", - "source_type": "dict", + "source_type": "list", "currency_rates": [ ["USD", "GBP", 0.85], ["USD", "EUR", 0.95], @@ -131,4 +131,4 @@ To run the currency conversion as part of the MDK then, the user should use a co | Note that this will create and use a copy of the original OED input files with the currency fields converted. -It will also store the original currency and the rate of exchange used in the new OED file for reference. \ No newline at end of file +It will also store the original currency and the rate of exchange used in the new OED file for reference.