From a444b4481d823bdf83b259d4b8839e0d386a0769 Mon Sep 17 00:00:00 2001 From: Ben Jackman Date: Fri, 27 Jun 2014 11:13:46 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bdba455..c2775604 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ Scala dependency. ## Using the Library ### API Example + import com.typesafe.config.ConfigFactory Config conf = ConfigFactory.load(); int bar1 = conf.getInt("foo.bar"); @@ -134,7 +135,7 @@ Scala dependency. ### Longer Examples -See the examples in the `examples/` directory. +See the examples in the `examples/` [directory](https://github.com/typesafehub/config/tree/master/examples). You can run these from the sbt console with the commands `project config-simple-app-java` and then `run`.