Skip to content

Commit

Permalink
修改readme
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Mar 20, 2014
1 parent 191f238 commit ee8881b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ UMeditor,简称UM,是 [ueditor](http://ueditor.baidu.com) 的简版。是为
这里写你的初始化内容
</script>
```

```<head></head>```标签最后,插入需要引用的文件和实例化编辑器的代码(注意修改引用文件的路径):
3.```<head></head>```标签最后,插入需要引用的文件和实例化编辑器的代码(注意修改引用文件的路径):
```html
<!-- 样式文件 -->
<link rel="stylesheet" href="./umeditor/themes/default/css/umeditor.css">
Expand All @@ -53,9 +52,8 @@ UMeditor,简称UM,是 [ueditor](http://ueditor.baidu.com) 的简版。是为
});
</script>
```

3. 这时候你再浏览器打开你的页面,看到下面这样的编辑器,说明你已部署成功。
![部署成功](./_doc/render-editor.png)
4. 这时候你再浏览器打开你的页面,看到下面这样的编辑器,说明你已部署成功。
![部署成功](http://www.ueditorbbs.com/data/attachment/forum/201403/20/180450l46xeeonhr4zesx3.png)

### 第三步:获取和设置编辑器的内容 ###

Expand Down

0 comments on commit ee8881b

Please sign in to comment.