Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
billinghamj committed Feb 1, 2018
1 parent 3af839a commit cebb6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -303,7 +303,7 @@ NSString *string = [pm toJSONString];
### Custom data transformers

```objc
@interface JSONValueTransformer (CustomNSDate)
@interface JSONValueTransformer (CustomTransformer)
@end

@implementation JSONValueTransformer (CustomTransformer)
Expand Down

0 comments on commit cebb6d9

Please sign in to comment.