From f2a157d759f73db19f44651b4ff0845ccb232912 Mon Sep 17 00:00:00 2001 From: joshua bauer Date: Fri, 19 May 2017 14:05:50 -0700 Subject: [PATCH] Doc updates. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9ebbff..7448344 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ By default, the configuration is loaded into a `com.typesafe.config.Config` from `@Named` annotated properties of `Module`, `Service` and controller classes are bound to values found in the configuration. Proteus applications generally have a main method that creates an instance of `io.sinistral.proteus.ProteusApplication`. + Prior to calling `start` on the `ProteusApplication` instance: * Register `Service` classes via `addService` * Register `Module` classes via `addModule`