From 9aa7652050055aae20412ff5c7ffec3fefa54393 Mon Sep 17 00:00:00 2001 From: Danilo Woznica Date: Tue, 24 Oct 2017 18:10:29 -0200 Subject: [PATCH] Fix readme 'from' --- 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!');