Skip to content

Commit

Permalink
changed README
Browse files Browse the repository at this point in the history
  • Loading branch information
rozboris committed Dec 18, 2011
1 parent b4a7e53 commit bbede8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -20,8 +20,8 @@ Now Tiny HTML Replacements supports following tags:
<pre>
"args": {
"c": "custom",
"start": "<mySuperTag class=\"myCustomizedClass\" border=1>",
"end": "</mySuperTag>"
"start":`<"mySuperTag class=\"myCustomizedClass\" border=1>`",
"end": "`</mySuperTag>`"
}
</pre>

Expand Down Expand Up @@ -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": "<ul class=\"menu\">", "end": "</ul>"}},
{ "keys": ["ctrl+5"], "command": "tiny_html_replacements", "args": {"c": "custom", "start": "`<ul class=\"menu\">", "end": "</ul>`"}},
{ "keys": ["ctrl+4"], "command": "tiny_html_replacements", "args": {"c": "b"}}
</pre>
## Donate ##
Expand Down

0 comments on commit bbede8a

Please sign in to comment.