Skip to content

Commit

Permalink
Update file
Browse files Browse the repository at this point in the history
  • Loading branch information
luizcmarin committed May 6, 2024
1 parent a0b6f7b commit d5a7dda
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This extension provides the [redis](https://redis.io/) connection support for th

## Installation

The package could be installed via composer:
The package could be installed with [Composer](https://getcomposer.org):

```shell
composer require yiisoft/db-redis
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/en/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ At least redis version 2.6.12 is required for all components to work properly.

## Getting Composer package

The preferred way to install this extension is through [composer](https://getcomposer.org/download/).
The preferred way to install this extension is through [Composer](https://getcomposer.org):

```shell
composer require yiisoft/db-redis
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/ja/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Composer パッケージを取得する

このエクステンションをインストールするのに推奨される方法は [composer](https://getcomposer.org/download/) によるものです。
このエクステンションをインストールするのに推奨される方法は [Composer](https://getcomposer.org): によるものです。

下記のコマンドを実行してください。

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/pt-BR/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ At least redis version 2.6.12 is required for all components to work properly.

## Getting Composer package

The preferred way to install this extension is through [composer](https://getcomposer.org/download/).
The preferred way to install this extension is through [Composer](https://getcomposer.org):

```shell
composer require yiisoft/db-redis
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/ru/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Установка расширения

Предпочтительным способом установки этого расширения является [Composer](https://getcomposer.org/download/).
Предпочтительным способом установки этого расширения является [Composer](https://getcomposer.org):

Для этого запустите команду

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/zh-CN/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ redis 2.6.12 版本是所有部件正常工作所必需的。

## 获取 Composer 安装包

安装此扩展的首选方式是通过 [composer](https://getcomposer.org/download/)
安装此扩展的首选方式是通过 [Composer](https://getcomposer.org):

可以运行

Expand Down

0 comments on commit d5a7dda

Please sign in to comment.