Skip to content

Commit

Permalink
docs: fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Nov 26, 2020
1 parent 1fc1c96 commit e7eed44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ im.check([element]);
</div>
```

* If you use `data-skip="ture"` attribute, you can omit it even if there are images in itself and child image, and video elements.
* If you use `data-skip="true"` attribute, you can omit it even if there are images in itself and child image, and video elements.
```html
<div data-skip="true">
<img src="..." />
Expand Down
2 changes: 1 addition & 1 deletion packages/react-imready/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function App() {
</div>
```

* If you use `data-skip="ture"` attribute, you can omit it even if there are images in itself and child image, and video elements.
* If you use `data-skip="true"` attribute, you can omit it even if there are images in itself and child image, and video elements.
```html
<div data-skip="true">
<img src="..." />
Expand Down

0 comments on commit e7eed44

Please sign in to comment.