diff --git a/README.md b/README.md index 2637f9e..a53683d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -coldfunctional +ColdFunctional ============== ColdFunctional is a core language extension for Railo, inspired by Underscore, Ruby, Scala, and Clojure. It adds more *functional* programming language support to the -coldfusion language, by providing more built-in higher-order functions. Just +ColdFusion language, by providing more built-in higher-order functions. Just install the extension and restart Railo and you can start using this new functionality. @@ -20,6 +20,6 @@ RoadMap * functionPartial(fn,args...) creates a function that will execute the function with the provided args defaulted plus whatever arguments that are provided * map(fn, collection) (allows reversal of arguments) * map(fn, collections...) calls fn(col1[1],col1[2]) and creates one collection -* constantly(x) returns an fn that returns x no matter what is passed in as arguments. +* constantly(x) returns an fn that returns x no matter what is passed in as arguments