From 66ce14989d0b62d21288804d5aef3a7d9f206d2b Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Wed, 20 Jul 2016 11:20:46 +0200 Subject: [PATCH] Clarified README.md a bit more --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d20607a..f8a437a7 100644 --- a/README.md +++ b/README.md @@ -354,7 +354,7 @@ object GreetingForm { } ``` -Another alternative (if your `Enum` cant extend `PlayEnum` or `PlayFormFieldEnum`) is to create an implicit `Format` +Another alternative (if for example your `Enum` cant extend `PlayEnum` or `PlayFormFieldEnum`) is to create an implicit `Format` and bring it into scope using Play's `of`, i.e. ```scala