From 0081f202bc073d9f3051d400df69c370cabb077d Mon Sep 17 00:00:00 2001
From: Alberto Perdomo <albertoperdomo@users.noreply.github.com>
Date: Thu, 20 Jun 2024 08:33:48 +0100
Subject: [PATCH] Update SDK README.md (#44427)

Remove warnings about not using MB versions in production. This is a left over from the time we were pointing to builds off master and RCs.
---
 enterprise/frontend/src/embedding-sdk/README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/enterprise/frontend/src/embedding-sdk/README.md b/enterprise/frontend/src/embedding-sdk/README.md
index d5d33afda41..3b2f1ecea9b 100644
--- a/enterprise/frontend/src/embedding-sdk/README.md
+++ b/enterprise/frontend/src/embedding-sdk/README.md
@@ -22,15 +22,13 @@ Features planned:
 
 - You have an application using React 17 or higher
 - You have a Pro or Enterprise [subscription or free trial](https://www.metabase.com/pricing/) of Metabase
-- You have a running Metabase instance using a compatible version of the enterprise binary. v1.50.x are the only supported versions at this time. We do not recommend running this in production.
+- You have a running Metabase instance using a compatible version of the enterprise binary. v1.50.x are the only supported versions at this time.
 
 # Getting started
 
 ## Start Metabase
 
-Currently, the SDK only works with specific versions of Metabase.
-
-> Note these are not considered stable. Do not use these in production.
+Currently, the SDK only works with Metabase version 50.
 
 You have the following options:
 
-- 
GitLab