Skip to content

Commit b08e57a

Browse files
committed
rename template to avoid problems with WSC's codemirror
1 parent b361bed commit b08e57a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ API
66
---
77
In order to include the CodeMirror editor use:
88

9-
`{include file='codemirror' codemirrorMode='language' codemirrorSelector='id of your textarea'}`
9+
`{include file='mcodemirror' codemirrorMode='language' codemirrorSelector='id of your textarea'}`
1010

1111
**Example:**
1212
```
@@ -17,7 +17,7 @@ In order to include the CodeMirror editor use:
1717
<dt>Your message in here:</dt>
1818
<dd>
1919
<textarea id="scss" name="scss">/* some SCSS seclarations */</textarea>
20-
{include file='codemirror' codemirrorMode='text/x-less' codemirrorSelector='scss'}
20+
{include file='mcodemirror' codemirrorMode='text/x-less' codemirrorSelector='scss'}
2121
</dd>
2222
</dl>
2323
</section>

0 commit comments

Comments
 (0)