diff --git a/README-RU.md b/README-RU.md index 8330678..4823fc6 100644 --- a/README-RU.md +++ b/README-RU.md @@ -16,10 +16,10 @@ * **Redmine 3.1+** * Настроенный [redmine_telegram_common](https://github.com/centosadmin/redmine_telegram_common) * У Вас должен быть бот в Telegram -* Установите [Redis](https://redis.io) 2.8 или выше требуется. Запустите Redis и добавьте его запуск в автозагрузку. +* Установите [Redis](https://redis.io) 2.8 или выше. Запустите Redis и добавьте его запуск в автозагрузку. * Установите плагин [redmine_sidekiq](https://github.com/ogom/redmine_sidekiq). * Настройте Sidekiq на обработку очереди `default` и `telegram`. [Пример конфига](https://github.com/centosadmin/redmine_intouch/blob/master/extras/sidekiq.yml) - разместите его в папке `redmine/config` -(Можно скопировать из plugins/redmine_intouch/extras/sidekiq.yml в config/sidekiq.yml) +(Можно скопировать из plugins/redmine_intouch/extras/sidekiq.yml в config/sidekiq.yml). * Плагин устанавливается стандартно: ``` diff --git a/README.md b/README.md index a066a33..2f42837 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Please help us make this plugin better telling us of any [issues](https://github * You should have Telegram bot account * Install [Redis](https://redis.io) 2.8 or higher. Run Redis and add it to autorun. * Install the [redmine_sidekiq](https://github.com/ogom/redmine_sidekiq) plugin. [Redis](https://redis.io) 2.8 or greater is required. -* You need to configure Sidekiq queues `default` and `telegram`. [Config example](https://github.com/centosadmin/redmine_intouch/blob/master/extras/sidekiq.yml) - place it to `redmine/config` directory.(Or copy from plugins/redmine_intouch/extras/sidekiq.yml to config/sidekiq.yml) +* You need to configure Sidekiq queues `default` and `telegram`. [Config example](https://github.com/centosadmin/redmine_intouch/blob/master/extras/sidekiq.yml) - place it to `redmine/config` directory (Or copy from plugins/redmine_intouch/extras/sidekiq.yml to config/sidekiq.yml). * Standard install plugin: ```