Skip to content

Commit f453f5c

Browse files
authored
Merge pull request #1 from Naahuel/master
Minor doc corrections
2 parents a964f70 + 96621cb commit f453f5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
```
@@ -10,7 +10,7 @@ npm install draft-js-select-image-plugin
1010

1111
## Usage
1212
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`.
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)