diff --git a/README.md b/README.md
index 1461e72..4e7dead 100644
--- a/README.md
+++ b/README.md
@@ -496,10 +496,6 @@ A property attribute MUST be one of these:
Escape ,
by using ,,
. e.g. A,B,C
or ON,OFF,PAUSE
.
Valid for datatypes enum
-
regex:pattern
to provide a regex that can be used to match the value. e.g. regex:[A-Z][0-9]+
.
- string
- rgb
to provide colors in RGB format e.g. 255,255,0
for yellow.
hsv
to provide colors in HSV format e.g. 60,100,100
for yellow.
@@ -508,7 +504,7 @@ A property attribute MUST be one of these:
string
,integer
,float
,boolean
. Yes for enum
,color