From ab8837f716eab1e22121bd49474b24dc227356b0 Mon Sep 17 00:00:00 2001 From: Kevin Zou <17015060+nkzou@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:50:10 -0400 Subject: [PATCH] Update README.md Co-authored-by: skarimo <40482491+skarimo@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e702551b..5dfc1f1a0 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This API client was generated from Datadog's public OpenAPI specs. Generator cod Run `cargo add datadog-api-client` or add the following to `Cargo.toml` under `[dependencies]`: ``` -datadog-api-client = "0.0.1" +datadog-api-client = "0" ``` ## Getting Started