From ecadac7d8e45be579b065b3ea37fafe124bda528 Mon Sep 17 00:00:00 2001 From: Avichal Date: Mon, 18 Jul 2016 23:43:19 +0530 Subject: [PATCH] Update readme removed the typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eb7882c..34a156bf 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ View the [Demo](http://mzabriskie.github.io/react-draggable/example/) and its [source](/example/index.html) for more. ```js -import React from 'react'); +import React from 'react'; import ReactDOM from 'react-dom'; import Draggable from 'react-draggable';