correct README statement that include "application" won't work from a file

An earlier change made includes in files fall back to classpath.
This commit is contained in:
Havoc Pennington 2011-12-05 14:46:41 -05:00
parent 8e3f56cd82
commit 38b835d966

View File

@ -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