Browse Source

Fix js syntax error in readme file

v1.1.9
Tyler Long 10 years ago
parent
commit
a0f4bf3bfc
  1. 7
      README.md

7
README.md

@ -50,11 +50,10 @@ javascript:
<script type="text/javascript">
$(function() {
var testEditor = editormd("test-editormd", {
path : '../lib/' // codemirror、marked等依赖的库的路径
});
path : '../lib/' // codemirror、marked等依赖的库的路径
});
});
</script>
});
</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