Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorccs authored Jun 29, 2018
1 parent bfe7b90 commit 6120a46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ $person = Bimer\Person::update($strId, $arrayData);
```

## Métodos específicos por recurso
```php
$people = Bimer\Person::getByName('NOME', true);

$people = Bimer\Person::getByCpfCnpj('123.456.789-01');
```

## Variáveis de ambiente
Os seguintes parâmetros devem ser informados:
Expand Down

0 comments on commit 6120a46

Please sign in to comment.