Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Apr 12, 2019
1 parent 9c61b4d commit 5e6784b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Installation
------------

```sh
$ composer require skeeks/yii2-multi-language "^0.0.1"
$ composer require skeeks/yii2-multi-language "^1.0.0"
```

Or add this to your `composer.json` file:

```json
{
"require": {
"skeeks/yii2-multi-language": "^0.0.1"
"skeeks/yii2-multi-language": "^1.0.0"
}
}
```
Expand All @@ -31,7 +31,7 @@ Use config your application

"bootstrap" => ["multiLanguage"],

"language" => "ru" //Your current application language
"language" => "ru", //Your current application language

"components" => [

Expand Down

0 comments on commit 5e6784b

Please sign in to comment.