Fix typo in README
diff --git a/README-extentions.rst b/README-extentions.rst
index 31458b6..acc5fca 100644
--- a/README-extentions.rst
+++ b/README-extentions.rst
@@ -33,7 +33,7 @@
 .. code-block:: yaml
 
   ignore_class_notfound: False
-  ignore_class_regexp: ['*']
+  ignore_class_regexp: ['.*']
 
 If you set regexp pattern to ``service.*`` all missing classes starting 'service.' will be logged with warning, but will not
 fail to return rendered reclass. Assuming all parameter interpolation passes.