From 960be1fa0e15ebd4a4d6579c26eacec89d892868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Figueiredo?= Date: Tue, 5 Dec 2017 12:07:10 +0100 Subject: [PATCH] Fixed Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f9f461..c41b1b9 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ If you are using yarn, Below is an example of how this component might be used. ```js -import Countdown fro 'react-cntdwn'; +import Countdown from 'react-cntdwn'; const handleFinish = function () { console.log('Skynet has become self-aware!');