diff --git a/README.md b/README.md index 7167fcf..7d27618 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Now Tiny HTML Replacements supports following tags:
 	"args": {
 		"c": "custom", 
-		"start": "", 
-		"end": ""
+		"start":`<"mySuperTag class=\"myCustomizedClass\" border=1>`", 
+		"end": "``"
 	}
 
@@ -52,7 +52,7 @@ and clone the repository here: { "keys": ["ctrl+1"], "command": "tiny_html_replacements", "args": {"c": "p"}}, { "keys": ["ctrl+2"], "command": "tiny_html_replacements", "args": {"c": "h2_sh"}}, { "keys": ["ctrl+3"], "command": "tiny_html_replacements", "args": {"c": "h3"}}, - { "keys": ["ctrl+5"], "command": "tiny_html_replacements", "args": {"c": "custom", "start": ""}}, + { "keys": ["ctrl+5"], "command": "tiny_html_replacements", "args": {"c": "custom", "start": "``"}}, { "keys": ["ctrl+4"], "command": "tiny_html_replacements", "args": {"c": "b"}} ## Donate ##