From 3fc12066fa4e5dd9723df100e0125cec894f4959 Mon Sep 17 00:00:00 2001 From: Joan Martin Date: Wed, 11 Mar 2015 12:59:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2886e11..012a4c0 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ This might be problematic if you have no control over your JSON dictionaries. Th return NO; } ``` -###1.2 Value mapping +####1.2 Value mapping With the method `+mts_valueMappingForKey:` objects can define value mappings. This is very useful when a string value has to be mapped into a enum for example. Check the following example on how to implement this method: