From 8311427d21f849027b3df9da26b5bdbb63117c5b Mon Sep 17 00:00:00 2001 From: Luke <8593744+Glazy@users.noreply.github.com> Date: Tue, 5 May 2026 15:14:07 +0100 Subject: [PATCH] add legacy salable warning --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35404b0..dcef6b2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> [!CAUTION] +> This SDK was made for Legacy Salable and isn't compatible with the latest version of the software. + # Salable SDK for JavaScript The Salable SDK enables you to easily interact with the Salable ecosystem, accessing the Salable API, and other toolkit methods. @@ -51,4 +54,4 @@ await salableV3.licenses.check(); // Will error with: "Property 'licenses' does {id: "item-id-3"} ] } -``` \ No newline at end of file +```