Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexflav23 committed Sep 9, 2014
1 parent 08c0da4 commit ce0ba25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,9 +20,9 @@ import com.websudos.neo._
class PersonNode extends Node[Person] {
val name: String with Index
object name extends StringNode with Index
val age: Int
object name extends IntNode
def fromNode(node: Node[Person]): Person = {
Person(name, age)
Expand Down

0 comments on commit ce0ba25

Please sign in to comment.