Browse Source

doc: updatedoc

node 6 years ago
parent
commit
5f5b1daaa9
2 changed files with 4 additions and 2 deletions
  1. 3
    1
      README.md
  2. 1
    1
      package.json

+ 3
- 1
README.md View File

1
 # 富文本及 Markdown 编辑器
1
 # 富文本及 Markdown 编辑器
2
 
2
 
3
-基于 [braft-editor](https://github.com/margox/braft-editor) 和 
3
+基于 [braft-editor](https://github.com/margox/braft-editor) 和 [react-mde](https://github.com/andrerpena/react-mde) 的富文本编辑器。
4
+
5
+
4
 
6
 

+ 1
- 1
package.json View File

2
   "name": "editor",
2
   "name": "editor",
3
   "version": "0.1.0",
3
   "version": "0.1.0",
4
   "private": true,
4
   "private": true,
5
-  "main": "dist/index.js",
5
+  "main": "src/index.js",
6
   "dependencies": {
6
   "dependencies": {
7
     "@fortawesome/fontawesome-svg-core": "^1.2.4",
7
     "@fortawesome/fontawesome-svg-core": "^1.2.4",
8
     "@fortawesome/free-solid-svg-icons": "^5.3.1",
8
     "@fortawesome/free-solid-svg-icons": "^5.3.1",