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) });