diff --git a/README.md b/README.md index bc75f3a4..d4028ddb 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,12 @@ $ npm install --save re-resizable ### Example with `defaultSize` ```javascript +import { Resizable } from 're-resizable'; + Sample with default size @@ -73,6 +75,8 @@ $ npm install --save re-resizable If you use `size` props, please manage state by yourself. ```javascript +import { Resizable } from 're-resizable'; + {