From 38b835d966555f0abd961d9cd97d6a2394ff9856 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 5 Dec 2011 14:46:41 -0500 Subject: [PATCH] correct README statement that include "application" won't work from a file An earlier change made includes in files fall back to classpath. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2428b293..ca2c6d51 100644 --- a/README.md +++ b/README.md @@ -118,9 +118,7 @@ affect apps using the default `ConfigFactory.load()` configuration. In the replacement config file, you can use `include "application"` to include the original default config file; after the include statement you could go on to override -certain settings. (Caveat: right now includes are relative to the -including entity, so `include "application"` would only work from -another classpath resource, not from a file or URL.) +certain settings. ## JSON Superset