From 9dda03eccb22dfe2604844ffde223e03711f6525 Mon Sep 17 00:00:00 2001 From: Tristan Himmelman Date: Mon, 10 Aug 2015 11:53:25 -0400 Subject: [PATCH] Updated Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2ff7d35..9d38aaf8 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ id <- (map["id"], TransformOf(fromJSON: { $0?.toInt() }, toJSON: { ``` #Subclasses -Classes that implement the Mappable protocol can easily be subclassed. When subclassing Mappable classes, follow the structure below: +Classes that implement the Mappable protocol can easily be subclassed. When subclassing Mappable classes, follow the structure below (note that you must use the `class` keyword instead of `static`): ``` class Base: Mappable { var base: String?