]> git.mxchange.org Git - friendica-addons.git/blobdiff - nsfw/README
Merge pull request 'Bluesky/Tumblr: Set "received" to "created" if fetched after...
[friendica-addons.git] / nsfw / README
old mode 100755 (executable)
new mode 100644 (file)
index bb21bda..41189c6
@@ -6,8 +6,8 @@ Scans the message content for the string 'nsfw'
 (case insensitive) and if found replaces the content
 with a "click to open/close" link, default is closed.
 
-If you click on the 'Not safe for work' plugin under
-/settings/addon a text field appears, where you can
+If you click on the 'Not safe for work' addon under
+/settings/addons a text field appears, where you can
 extend the list of search terms. The terms must be
 seperated by commas.
 
@@ -53,13 +53,13 @@ interested in postings about christmas.
 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
 
        ( )