chore: workflows and readme
Some checks failed
Chilean Rut CI / CI (push) Failing after 3m36s

This commit is contained in:
2024-03-04 22:12:31 +00:00
parent 8d5b060acf
commit 9a181aafbd
4 changed files with 13 additions and 17 deletions

View File

@@ -27,7 +27,7 @@ formulario web y `parse` se encargará de sanitizar el string y ver si el RUT es
```php
<?php
use MNC\ChileanRut\Rut;
use MNC\Rut;
$rut = Rut::parse('23.546.565-4');
```