From 790804dca1b38b52944fbc20e206c0d1a510c14b Mon Sep 17 00:00:00 2001 From: Andrey Marchenko <426400+anmarchenko@users.noreply.github.com> Date: Fri, 8 Sep 2023 17:12:10 +0200 Subject: [PATCH] use alerts syntax for an important message Co-authored-by: Ivo Anjo --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 067f827a..fc34d0cd 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,10 @@ Datadog's Ruby Library for instrumenting your test and continuous integration pipeline. Learn more on our [official website](https://docs.datadoghq.com/continuous_integration/tests/ruby/?tab=azurepipelines). -NOTE: currently this gem is a runtime dependency for the `ddtrace` gem and is not supposed to be used standalone. This will -change when ddtrace v2.0 and datadog-ci v1.0 are released. +> [!IMPORTANT] +> The `datadog-ci` gem is currently a component of [`ddtrace`](https://github.com/datadog/dd-trace-rb) and should not be used without it. +> +> We expect this to change in the future. ## Installation