Skip to content

Commit

Permalink
Clarified README.md a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew de Detrich committed Jul 20, 2016
1 parent b5b7512 commit 66ce149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66ce149

Please sign in to comment.