diff --git a/README.md b/README.md index 6577e51..373fb03 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ by [Ben Nadel][1] ColdFusion is a case insensitive language. However, it often has to communicate -with languages, like JavaScript, that are not case sensitive. During the data +with languages, like JavaScript, which are case sensitive. During the data serialization workflow, this mismatch of casing can cause a lot of headaches, especially when ColdFusion is your API-back-end to a rich-client JavaScript front-end application. @@ -41,4 +41,4 @@ usually returns a top-level struct / hash-map that defines the API result. This is why the serialization process is driven by the name of keys. -[1]: http://www.bennadel.com \ No newline at end of file +[1]: http://www.bennadel.com