Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkingshott committed Apr 1, 2020
1 parent a7c9d66 commit 3d032f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Iodine's rules are prefixed with the `is` keyword. So, to check if an item is an
let item_1 = 7;
let item_2 = 'string';

Iodine.isInteger(item_1); // true
Iodine.isInteger(item_2); // false
Iodine.isInteger(item_1); // true
Iodine.isInteger(item_2); // false
```

## Multiple checks
Expand Down

0 comments on commit 3d032f0

Please sign in to comment.