From 4f8b3cba298f18d132d774d79edbcfd1ec1babec Mon Sep 17 00:00:00 2001 From: George Artemiou Date: Mon, 7 Sep 2020 01:14:43 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e696899..ff9d957 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Strong-typed takes two arguments: | Fn | function | The javascript function to be type checked | ### Examples ``` -import strongTyped, {Types} 'strong-typed'; +import strongTyped, {Types} from 'strong-typed'; const myFunc = st([Types.STRING], (a) => { console.log(a) });