From 205b71a8d50985d56362e975ea571084b05feaeb Mon Sep 17 00:00:00 2001 From: joshua bauer Date: Wed, 10 May 2017 07:48:18 -0700 Subject: [PATCH] Fix for README typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8305b9c..55bddf3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ A great deal of inspiration came from working with the following excellent proje ### Setup - We are very impressed by what Jooby has done with server configuration - Parameters are all configured in the ```conf/application.conf``` file - - Proteus applications generally have a main method that creates an instance of ```io.sinistral.proteus.Application``` + - Proteus applications generally have a main method that creates an instance of ```io.sinistral.proteus.ProteusApplication``` - The user adds ```Service``` and ```Module``` classes to the application instance via ```addService``` and ```addModule``` methods prior to calling ```start``` ### Getting Started