Commit 1a2aea8c by Рамис

edit readme

parent a67a4dc7
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
## Install ## Install
```bash ```bash
npm install --save react-ag-qeditor npm install --save https://gitlab.atma.company/lib/react-ag-qeditor.git
``` ```
## Usage ## Usage
...@@ -15,12 +15,12 @@ npm install --save react-ag-qeditor ...@@ -15,12 +15,12 @@ npm install --save react-ag-qeditor
```jsx ```jsx
import React, { Component } from 'react' import React, { Component } from 'react'
import MyComponent from 'react-ag-qeditor' import QEditor from 'react-ag-qeditor'
import 'react-ag-qeditor/dist/index.css' import 'react-ag-qeditor/dist/index.css'
class Example extends Component { class Example extends Component {
render() { 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