Skip to content

Commit 26d6567

Browse files
Update README.md
1 parent 83b6feb commit 26d6567

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ Project configuration mechanism.
99
[![Maven Central](https://img.shields.io/maven-central/v/com.github.bordertech.config/config.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.bordertech.config%22%20AND%20a:%22config%22)
1010

1111
# Why Use Config?
12-
TODO
12+
The `Config` class provides a standard mechanism java applications can use to access configuration data via the [Apache Commons Configuration](https://commons.apache.org/proper/commons-configuration/index.html) interface.
1313

1414
# How Config Works
1515
The `Config` class is the central access point to the configuration mechanism, and is used to read or modify the
1616
current configuration.
1717

18-
The library is configured using the `Apache Configuration API`. This allows developers to programmatically integrate
19-
the configuration with whatever mechanism is used to configure their applications.
18+
The library is configured using the [Apache Commons Configuration](https://commons.apache.org/proper/commons-configuration/index.html) interface. This allows developers to programmatically integrate the configuration with whatever mechanism is used to configure their applications.
2019

2120
The default resources `Config` looks for are:-
2221
* `bordertech-defaults.properties` - framework defaults
@@ -32,5 +31,5 @@ The following properties can be set:-
3231
* `bordertech.config.resource.order` - order of resources to load into the configuration
3332

3433
## SPI
35-
'ConfigurationLoader' is the SPI interface for classes that can load a custom configuration.
34+
`ConfigurationLoader` is the SPI interface for classes that can load a custom configuration.
3635

0 commit comments

Comments
 (0)