From d6e9ef71c893ef069b9e9eec108c08ed27f87abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristof=20L=C3=BCnenschlo=C3=9F?= Date: Sat, 2 Apr 2022 15:22:52 +0200 Subject: [PATCH] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac36fcf..75c7977 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ IntegrationTest / console / tpolecatScalacOptions ~= tpolecatConsoleOptionsFilte ### Modes -This plugin can be used in several modes. The default mode is the continous integration mode. +This plugin can be used in several modes. The default mode is the continuous integration mode. -Modes can selected by using mode switching commands, or by setting environment variables. +Modes can be selected by using mode switching commands, or by setting environment variables. When multiple mode-setting environment variables are defined, the most restrictive mode is selected. For example, if the `SBT_TPOLECAT_DEV` and `SBT_TPOLECAT_CI` variables are both defined, continuous integration mode will be enabled.