From 6d72b462e9694623304928f7963a4f9b839e1c55 Mon Sep 17 00:00:00 2001 From: Renee Vandervelde Date: Sun, 1 Sep 2019 13:42:16 -0500 Subject: [PATCH] Fix formatting in DI example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f2bec9..7bcc751 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ for all of your application Parameters. For Example: -``` +```kotlin val MY_PARAMETER = Parameter.Switch("my.parameter", false) @Module class MyModule {