Skip to content

Commit

Permalink
docs: clarify extension sdk documentation (#1301)
Browse files Browse the repository at this point in the history
Cleared up minor issue in readme
  • Loading branch information
jkaster authored Apr 17, 2023
1 parent 059ba6c commit 525d0b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/extension-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ import {

The following create methods are also available

- `LookerExtensionSDK.createClient(extensionSDK)` creates a Looker31SDK instance.
- `LookerExtensionSDK.create31Client(extensionSDK)` creates a Looker31SDK instance.
- `LookerExtensionSDK.createClient(extensionSDK)` creates a Looker40SDK instance.
- `LookerExtensionSDK.create31Client(extensionSDK)` creates a Looker31SDK instance, which is deprecated.

#### Connection configuration

Expand Down

0 comments on commit 525d0b1

Please sign in to comment.