Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Kasatkin authored Feb 23, 2020
1 parent d6ddd64 commit 990b36a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Dadata API client

Non-official PHP library for the DaData.ru REST API

[![Latest Stable Version](https://poser.pugx.org/gietos/dadata/version)](https://packagist.org/packages/gietos/dadata)
[![Total Downloads](https://poser.pugx.org/gietos/dadata/downloads)](https://packagist.org/packages/gietos/dadata)
[![License](https://poser.pugx.org/gietos/dadata/license)](https://packagist.org/packages/gietos/dadata)
[![Latest Stable Version](https://poser.pugx.org/kstkn/dadata/version)](https://packagist.org/packages/kstkn/dadata)
[![Total Downloads](https://poser.pugx.org/kstkn/dadata/downloads)](https://packagist.org/packages/kstkn/dadata)
[![License](https://poser.pugx.org/kstkn/dadata/license)](https://packagist.org/packages/kstkn/dadata)

[API documentation](https://dadata.ru/api/clean/)

Expand All @@ -14,7 +14,7 @@ Non-official PHP library for the DaData.ru REST API
The suggested installation method is via [composer](https://getcomposer.org/):

```sh
composer require gietos/dadata
composer require kstkn/dadata
```

## Usage
Expand Down

0 comments on commit 990b36a

Please sign in to comment.