]> git.mxchange.org Git - friendica-addons.git/blobdiff - nsfw/README
Remove references to include/group.php
[friendica-addons.git] / nsfw / README
old mode 100755 (executable)
new mode 100644 (file)
index 89dbec0..624fb70
@@ -47,19 +47,19 @@ done with a single regex, which matches all of them:
 Another use case could be, that you are simply not
 interested in postings about christmas.
 
-       /christmas([-_ ]?(?:tree|time|eve|pudding))?/
+       /christmas(?:[-_ ]?(?:tree|time|eve|pudding))?/
 
 
 ATTENTION:
 
 It is absolutely important, that you use grouping
-parantheses instead of capturing parantheses!!
+parentheses instead of capturing parentheses!!
 
-Grouping parantheses are:
+Grouping parentheses are:
 
        (?: )
 
-If you use capturing parantheses, which are
+If you use capturing parentheses, which are
 
        ( )