Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoalod authored Jun 8, 2021
1 parent ef8af16 commit 7b8d691
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# georef-ar-php
[![Latest Stable Version](https://poser.pugx.org/brunoalod/georef-ar-php/v)](//packagist.org/packages/brunoalod/georef-ar-php) [![Total Downloads](https://poser.pugx.org/brunoalod/georef-ar-php/downloads)](//packagist.org/packages/brunoalod/georef-ar-php) [![Latest Unstable Version](https://poser.pugx.org/brunoalod/georef-ar-php/v/unstable)](//packagist.org/packages/brunoalod/georef-ar-php) [![License](https://poser.pugx.org/brunoalod/georef-ar-php/license)](//packagist.org/packages/brunoalod/georef-ar-php)

Librería en PHP para consumir la API de georef-ar desarrollada por @datosgobar.

### Instalación
Expand All @@ -23,4 +25,4 @@ $georef = new GeorefAR();
$direcciones = $georef->direcciones('San Martin 1549', 'Santa Fe');

var_dump($direcciones);
```
```

0 comments on commit 7b8d691

Please sign in to comment.