Skip to content

Commit ada6240

Browse files
author
Lorenzo Paderi
committed
docs: improve README
1 parent a6649cb commit ada6240

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ $scopes = [
6666

6767
$openapi = new OpenApi\OpenApi($scopes, 'my_username','my_api_key', 'production');
6868

69-
// Prendi informazioni sul cap 00132
69+
// Comuni: prendi informazioni sul cap 00132
7070
$cap = $openapi->comuni->getCitiesByCap('00132');
7171

72-
// Prendi informazioni su una specifica impresa
72+
// Imprese: prendi informazioni su una specifica impresa
7373
$impresa = $openapi->imprese->getByPartitaIva('12485671007');
7474
```
7575

0 commit comments

Comments
 (0)