This commit is contained in:
Luca Vandro 2019-03-28 23:04:38 +01:00
parent 6db085e308
commit cae4c65400

View File

@ -14,7 +14,7 @@ Compute a codice fiscale given:
- Province of birth (String) - Province of birth (String)
```js ```js
import { CodiceFiscale } from 'codice-fiscale-js'; import CodiceFiscale from 'codice-fiscale-js';
const cf = new CodiceFiscale({ const cf = new CodiceFiscale({
name: "Enzo", name: "Enzo",
surname: "Righi", surname: "Righi",