Skip to content

Commit e06af4e

Browse files
author
Nahuel José
authored
Minor doc corrections
1 parent a964f70 commit e06af4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# draft-js-select-image-plugin
22
Embed a local image in your draft-js editor
33

4-
*This is a plugin for the `draft-js-plugins-editor`.*
4+
*This is a plugin for `draft-js-plugins-editor`.*
55

66
## Installation
77
```
88
npm install draft-js-select-image-plugin
99
```
1010

1111
## Usage
12-
This plugin exposes a button that integrates with the side toolbar.
13-
Render the image is out of the scope, but in the next example you can see how integrate `draft-js-image-plugin`.
12+
This plugin displays a button that integrates with the side toolbar.
13+
Rendering the image is out of scope, but in the following example you can see how to integrate `draft-js-image-plugin`.
1414

1515
```js
1616
import createSelectImagePlugin from 'draft-js-select-image-plugin';
@@ -20,7 +20,7 @@ const selectImagePlugin = createSelectImagePlugin({});
2020
## Configuration
2121
| Param | Default | Description |
2222
|-----------|---------|--------------------------------------------------------------------------------------------------------------|
23-
| imageType | IMAGE | Type of entity created when insert the atomic block. By default is the same value as `draft-js-image-plugin` |
23+
| imageType | IMAGE | Type of entity created when inserting the atomic block. By default it's the same value as `draft-js-image-plugin` |
2424

2525
## Integration
2626
```js

0 commit comments

Comments
 (0)