Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
svenheden committed Apr 11, 2022
1 parent 5b826c2 commit 25722af
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 @@ -16,7 +16,7 @@ $ npm install --save swedish-personal-identity-number-validator
```js
import { isValid } from "swedish-personal-identity-number-validator";

isValid("foobar"); // => false
isValid("19900704-2386"); // => true
```

## License
Expand Down

0 comments on commit 25722af

Please sign in to comment.