From 25722afdc701ca57af22cd24a0a6abdac290e9b0 Mon Sep 17 00:00:00 2001 From: Jonathan Svenheden Date: Mon, 11 Apr 2022 10:25:32 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc454ce..9631827 100644 --- a/README.md +++ b/README.md @@ -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