From bd7dc226012a9daca9db64608b2bfb50e58f0c42 Mon Sep 17 00:00:00 2001 From: Valentina Vandro Date: Wed, 6 Sep 2017 00:17:34 +0200 Subject: [PATCH] typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 17d8476..3518ddf 100644 --- a/readme.md +++ b/readme.md @@ -42,7 +42,7 @@ var cf = CodiceFiscale.compute({ **NEW** Added support for foreign countries === Use the italian name of the foreign country (e.g. Francia, for France) as birthplace -and "EE" as birthplace provice +and "EE" as birthplace_provincia ```js var cf = CodiceFiscale.compute("Enzo","Righi","M",24,7,1957,"Francia", "EE"); ```