Commit 1a2aea8c by Рамис

edit readme

parent a67a4dc7
......@@ -7,7 +7,7 @@
## Install
```bash
npm install --save react-ag-qeditor
npm install --save https://gitlab.atma.company/lib/react-ag-qeditor.git
```
## Usage
......@@ -15,12 +15,12 @@ npm install --save react-ag-qeditor
```jsx
import React, { Component } from 'react'
import MyComponent from 'react-ag-qeditor'
import QEditor from 'react-ag-qeditor'
import 'react-ag-qeditor/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
return <QEditor />
}
}
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment