From 14dde7a40efb52daa21a02d038c3bc0205134cde Mon Sep 17 00:00:00 2001 From: ryancastro Date: Fri, 30 Jan 2015 10:29:25 -0700 Subject: [PATCH] Typo Correction First contributor badge. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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