Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nigrosimone committed Jan 22, 2022
1 parent d8f58bf commit 15ea3ee
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 @@ -19,7 +19,7 @@ use NigroSimone\CodiceFiscale;

$cf = new CodiceFiscale();

if( $cf->ValidaCodiceFiscale('MRARSS75P14H501I') )
if( $cf->validaCodiceFiscale('MRARSS75P14H501I') )
echo 'Codice fiscale corretto';
else
echo 'Codice fiscale non corretto';
Expand Down

0 comments on commit 15ea3ee

Please sign in to comment.