We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047e0a2 commit 7b5415eCopy full SHA for 7b5415e
README-ZH.md
@@ -25,7 +25,7 @@ yarn add react-core-image-upload
25
### 使用ES6 进行开发
26
``` js
27
import React from 'react';
28
-import ReactCoreImageUpload from '../react-core-image-upload';
+import ReactCoreImageUpload from 'react-core-image-upload';
29
let App = React.createClass({
30
//...
31
README.md
@@ -24,7 +24,7 @@ yarn add react-core-image-upload
24
### How to use
0 commit comments