From 6969ebde1a6aacaae733a6cc11aed1d75c19b141 Mon Sep 17 00:00:00 2001 From: Felipe Ripoll Date: Mon, 23 Jul 2018 09:32:10 -0600 Subject: [PATCH] [#64] removing references to transfer_config_overlay --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 918a91e..903dd46 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,8 @@ Other options are possible (see `https://hexdocs.pm/distillery/getting-started.h ## Configuration Executables are built with a configuration as described above. -However the Primus/WebSocket transfer is configurable at run-time through a JSON configuration. -To configure this supply a path to a JSON file with the `transfer_config_overlay` key/value. +However the transfers and collectors are configurable at run-time through a JSON configuration. +To configure this supply a path to a JSON file with the `config_overlay` key/value. The following is an extract from [config/test.exs](config/test.exs): ```Elixir