Skip to content

Commit

Permalink
readme: fix factory imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin committed Nov 18, 2013
1 parent d0b788e commit bbaf709
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ This project's release artifacts are available in the Maven
concisely express how you want all sources of configuration data to be aggregated.

```
import static edu.gatech.gtri.typesafeconfigextensions.factory.*;
import edu.gatech.gtri.typesafeconfigextensions.factory.*;
import static edu.gatech.gtri.typesafeconfigextensions.factory.ConfigFactory.*;
```

A standard configuration loader can be defined as follows.
Expand Down

0 comments on commit bbaf709

Please sign in to comment.