Skip to content

Commit

Permalink
Merge 9c1c377 into 32e2582
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Livia Chiorean committed Nov 12, 2015
2 parents 32e2582 + 9c1c377 commit 328467c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ For example:
```scala
package enums._

import enumeratum.PlayJsonEnum
import enumeratum.{ PlayJsonEnum, Enum, EnumEntry }

sealed trait Greeting
sealed trait Greeting extends EnumEntry

object Greeting extends Enum[Greeting] with PlayJsonEnum[Greeting] {

Expand Down

0 comments on commit 328467c

Please sign in to comment.