diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -19,4 +19,19 @@
 You will need a valid app ID from http://openexchangerates.org.
 
 1. Add a valid app ID to `config-sample.toml`.
-2. Run `stack run -- --config_file config-sample.toml`.
+2. Run `forex2ledger --config_file config-sample.toml`.
+
+### Sample config file
+
+An example config file looks like this:
+
+```
+# config-sample.toml
+# The AppId for https://openexchangerates.org/
+oer_app_id = 'SAMPLEAPPID'
+currency.base = 'USD'
+currency.targets = [
+  'CHF',
+  'EUR',
+]
+```
diff --git a/forex2ledger.cabal b/forex2ledger.cabal
--- a/forex2ledger.cabal
+++ b/forex2ledger.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           forex2ledger
-version:        1.0.0.0
+version:        1.0.0.1
 synopsis:       Print Forex quotes in Ledger format
 description:    Please see the README on GitHub at <https://github.com/gregorias/forex2ledger#readme>
 category:       Finance
