From 58f88340417a9c12e74334c2a14cb960ac3f658b Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 19 Sep 2012 23:33:58 +0100 Subject: [PATCH] Hex code shortening --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a6b09c..2387a26 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Early version of the web based IDE which allows for creation of websites in the * CTRL+S+Enter opens a sticky tab to show live edits * ESC = Comment/Uncomment line, incl partial lines * Image viewer -* Colour preview block on CSS colours, ie red, #ff0000 or RGBA(255,0,0,0.5) +* Colour preview block on CSS colours, ie red, #f00 or RGBA(255,0,0,0.5) * MySQL Database management via Adminer plugin * Backs up files every 10 mins or on click of backup plugin icon