Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgosart committed Sep 7, 2020
1 parent bfe500b commit 4f8b3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) });
Expand Down

0 comments on commit 4f8b3cb

Please sign in to comment.