Skip to content

Commit

Permalink
Update README.md (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
liquetsoft authored Sep 30, 2024
1 parent 4471114 commit 2f63322
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# fias-laravel

[![Latest Stable Version](https://poser.pugx.org/liquetsoft/fias-laravel/v/stable.png)](https://packagist.org/packages/liquetsoft/fias-laravel)
[![Total Downloads](https://poser.pugx.org/liquetsoft/fias-laravel/downloads.png)](https://packagist.org/packages/liquetsoft/fias-laravel)
[![License](https://poser.pugx.org/liquetsoft/fias-laravel/license.svg)](https://packagist.org/packages/liquetsoft/fias-laravel)
[![Latest Stable Version](https://poser.pugx.org/liquetsoft/fias-laravel/v)](https://packagist.org/packages/liquetsoft/fias-laravel)
[![Total Downloads](https://poser.pugx.org/liquetsoft/fias-laravel/downloads)](https://packagist.org/packages/liquetsoft/fias-laravel)
[![License](https://poser.pugx.org/liquetsoft/fias-laravel/license)](https://packagist.org/packages/liquetsoft/fias-laravel)
[![Build Status](https://github.com/liquetsoft/fias-laravel/workflows/liquetsoft_fias/badge.svg)](https://github.com/liquetsoft/fias-laravel/actions?query=workflow%3A%22liquetsoft_fias%22)

Бандл laravel для установки данных из [ФИАС](https://fias.nalog.ru/).
Expand Down Expand Up @@ -150,7 +150,7 @@
5. Загрузка и распаковка архива с полной версией ФИАС

```bash
php artisan liquetsoft:fias:download /path/to/download full --extract
php artisan liquetsoft:fias:download /path/to/download latest --extract
```

6. Установка ФИАС из указанного каталога
Expand Down Expand Up @@ -234,4 +234,4 @@ Allowed Memory Size Exhausted
'ignore_commands' => [
'liquetsoft:fias*',
],
```
```

0 comments on commit 2f63322

Please sign in to comment.