From b162b06cea5756cf4f3ba414812834f43ebbe1d8 Mon Sep 17 00:00:00 2001 From: jeremytchang <78522362+jeremytchang@users.noreply.github.com> Date: Tue, 15 Aug 2023 13:19:57 -0700 Subject: [PATCH] chore: Update Typescript SDK README.md And try to force the release version again. Release-As: 23.14.1 --- packages/sdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sdk/README.md b/packages/sdk/README.md index 2a145e476..8f8ef0b6f 100644 --- a/packages/sdk/README.md +++ b/packages/sdk/README.md @@ -66,7 +66,7 @@ The `looker.ini` configuration file and environment variables are _never_ used i ### Developing with multiple API versions -Version API 4.0 is available and API 3.1 is deprecated. To support iterative migration to API 4.0 from API 3.1, the single Looker SDK package now supports multiple API versions for the generated SDK classes. Both API 3.1 and API 4.0 are supported for Node and browser-based use. +Please use API 4.0. API 3.1 is deprecated. To support iterative migration to API 4.0 from API 3.1, the single Looker SDK package now supports multiple API versions for the generated SDK classes. Both API 3.1 and API 4.0 are supported for Node and browser-based use. `LookerBrowserSDK.init31()` and `Looker31SDK()` initialize the API 3.1 implementation of the SDK.