From 6de26d982db6b5b9157c612516a567a3f11589b3 Mon Sep 17 00:00:00 2001 From: Jay Kim <590451+keyworks@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:42:53 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb8efd4..c5c2087 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # Metronome Go API Library +> [!WARNING] +> This is prerelease software that is not ready for production use. There may be bugs and +> there will be breaking changes version to version. Use at your own risk. + Go Reference The Metronome Go library provides convenient access to [the Metronome REST API](https://docs.metronome.com) from applications written in Go. The full API of this library can be found in [api.md](api.md). -It is generated with [Stainless](https://www.stainlessapi.com/). - ## Installation