From c03ec9d7a6946cb213735ceabbe7b7a8c0fe2325 Mon Sep 17 00:00:00 2001 From: Rafa Mel Date: Mon, 8 Jul 2024 19:16:42 +0200 Subject: [PATCH] docs: fixes isCI capitalization on readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8e0423..0ea2b44 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Tasks can be used in an exclusively programmatic manner or with *kpo*'s CLI. The * [`style`](https://rafamel.github.io/kpo/functions/style): styles a string. * [`fetch`](https://rafamel.github.io/kpo/functions/fetch): fetches a file with a tasks record as a default export. * [`recreate`](https://rafamel.github.io/kpo/functions/recreate): maps all tasks in a tasks record. - * [`isCi`](https://rafamel.github.io/kpo/functions/isCi): indicates whether a context environment variables indicate it's running in a CI. + * [`isCI`](https://rafamel.github.io/kpo/functions/isCI): indicates whether a context environment variables indicate it's running in a CI. * [`isCancelled`](https://rafamel.github.io/kpo/functions/isCancelled): resolves with the current cancellation state for a context. * [`isInteractive`](https://rafamel.github.io/kpo/functions/isInteractive): indicates whether a context is that of an interactive environment. * [`isLevelActive`](https://rafamel.github.io/kpo/functions/isLevelActive): indicates whether a logging level is enabled for a context.