From e436ad96f816abaed3987553e721dcad26d5cfe0 Mon Sep 17 00:00:00 2001
From: Konrad `ktoso` Malawski <konrad.malawski@project13.pl>
Date: Tue, 31 Jul 2018 15:04:41 +0900
Subject: [PATCH] #575 Remove wording about apps having reference.conf

---
 README.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/README.md b/README.md
index 715ed3b4..e35c756b 100644
--- a/README.md
+++ b/README.md
@@ -233,9 +233,6 @@ The idea is that libraries and frameworks should ship with a
 `application.conf`, or if they want to create multiple
 configurations in a single JVM, they could use
 `ConfigFactory.load("myapp")` to load their own `myapp.conf`.
-(Applications _can_ provide a `reference.conf` also if they want,
-but you may not find it necessary to separate it from
-`application.conf`.)
 
 Libraries and frameworks should default to `ConfigFactory.load()`
 if the application does not provide a custom `Config` object. This