From 9156c72ad11c489f455823c92883a1f519bf65d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Wed, 3 Jun 2026 15:33:42 -0700 Subject: [PATCH] docs: reword note at top of readme to be more welcoming --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 884df7a..46db8ee 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Fastly Compute C++ SDK (Beta) -> [!WARNING] -> The C++ SDK is still considered a beta-level release. While we have tested it -> to the best of our current ability, it's still very new and requires more time -> before it's considered safe to use in all scenarios. +> [!NOTE] +> The C++ SDK is still considered a beta-level release until GA. We invite you +> to start exploring its capabilities in your development environments and would +> love to hear your feedback. This SDK is lets you use Fastly Compute platform directly with C++, using a C++-native API with all the usual facilities of modern C++. In case you got to