Skip to content

Commit

Permalink
updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gutocf committed May 23, 2022
1 parent 9f16551 commit 7dbc74d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ $banks = $BrasilAPI->holidaysV1()->getByYear(2022);
### CNPJ

```php
//Gets information from a CNPJ
//Gets information about a CNPJ
$banks = $BrasilAPI->cnpjV1()->get('39729684000100');
```

### DDD

```php
//Gets information about a DDD
$ddd = $BrasilAPI->dddV1()->get(48);
```

0 comments on commit 7dbc74d

Please sign in to comment.