Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
fixing a minor typo in the README file (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
ytrkptl authored and ooade committed Sep 22, 2019
1 parent 9ff872a commit bfdf5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ When you grab a shape from ReactRough, it renders each shape to a canvas element
### Render multiple shapes on one canvas element

```js
import { ReactRough, Rectangle, Circle } from 'react-rough';
import ReactRough, { Rectangle, Circle } from 'react-rough';

render(
<ReactRough width={200} height={400}>
Expand Down

0 comments on commit bfdf5e9

Please sign in to comment.