diff --git a/docs/docs/intro.md b/docs/docs/intro.md index 6e51e5cf..1a2a27d5 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -41,7 +41,7 @@ guide to check the full schema documentation and Task features. `$PATH` and you're done! Or you can also install using [Homebrew][homebrew], [Snapcraft][snapcraft], or [Scoop][scoop] if you want. - Available on CIs: by adding [this simple command](installation.md#install-script) - to install on your CI script and you're done to use Task as part of your CI pipeline; + to install on your CI script and you're ready to use Task as part of your CI pipeline; - Truly cross-platform: while most build tools only work well on Linux or macOS, Task also supports Windows thanks to [this shell interpreter for Go][sh]. - Great for code generation: you can easily [prevent a task from running](/usage#prevent-unnecessary-work)