From 4ef9022f2c6cc4d06ffdd791edb7fe3e84fd287e Mon Sep 17 00:00:00 2001
From: Chris Dawes <894773+dawesi@users.noreply.github.com>
Date: Mon, 29 Apr 2019 01:33:13 +1000
Subject: [PATCH] Update README.markdown

---
 README.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.markdown b/README.markdown
index 239dfdd..79f72db 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,6 +1,6 @@
 # CFML Inflector
 
-This is a ColdFusion component which provides the ability to transform
+This is a CFML (Lucee/Cold Fusion) component which provides the ability to transform
 words from singular to plural (and back again), capitalises, PascelCase or CamelCases
 and humanises.  It is based on the Ruby on Rails
 [ActiveSupport::Inflector][rails-inflector] class.