Browse Source

Merge pull request #15 from tylerlong/master

Fix a typo
v1.1.9
pandao 10 years ago
parent
commit
dd64cd08a3
  1. 3
      README.md

3
README.md

@ -35,7 +35,7 @@ HTML:
<link rel="stylesheet" href="../dist/css/editormd.css" />
<div id="test-editormd">
<textarea>###Hello world!</texarea>
<textarea>###Hello world!</textarea>
</div>
> 提示1:如果没有Markdown源内容或者通过Ajax异步加载Markdown源文档等,可以不添加`<textarea>`,会自动添加;
@ -53,7 +53,6 @@ javascript:
path : '../lib/' // codemirror、marked等依赖的库的路径
});
});
});
</script>
> Require.js的使用方法:[https://github.com/pandao/editor.md/tree/master/examples/use-requirejs.html](https://github.com/pandao/editor.md/tree/master/examples/use-requirejs.html)

Loading…
Cancel
Save