Skip to content

Commit f8928f8

Browse files
committed
Fixing import type in readme
1 parent 713cc0d commit f8928f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The default export is `<Draggable>`. At the `.DraggableCore` property is `<Dragg
3030
// ES6
3131
import Draggable from 'react-draggable'; // The default
3232
import {DraggableCore} from 'react-draggable'; // <DraggableCore>
33-
import Draggable, {DraggableCore}; // Both at the same time
33+
import Draggable, {DraggableCore} from 'react-draggable'; // Both at the same time
3434

3535
// CommonJS
3636
let Draggable = require('react-draggable');

0 commit comments

Comments
 (0)