Skip to content

Commit

Permalink
docs: fixes isCI capitalization on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamel committed Jul 8, 2024
1 parent dd52047 commit c03ec9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c03ec9d

Please sign in to comment.