Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db89f85

Browse files
authored
Update README.md
1 parent bf6908e commit db89f85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Provider/AzureMaps/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
This is the Bing Maps provider from the PHP Geocoder. This is a **READ ONLY** repository. See the
1111
[main repo](https://github.com/geocoder-php/Geocoder) for information and documentation.
1212

13-
### Install
13+
## Install
1414

1515
```bash
1616
composer require geocoder-php/azure-maps-provider
@@ -27,7 +27,7 @@ $provider = new \Geocoder\Provider\AzureMaps\AzureMaps($httpClient, 'your-subscr
2727
$result = $geocoder->geocodeQuery(GeocodeQuery::create('Yehuda Hamaccabi 15, Tel aviv'));
2828
```
2929

30-
### Contribute
30+
## Contribute
3131

3232
Contributions are very welcome! Send a pull request to the [main repository](https://github.com/geocoder-php/Geocoder) or
3333
report any issues you find on the [issue tracker](https://github.com/geocoder-php/Geocoder/issues).

0 commit comments

Comments
 (0)