Skip to content

Commit

Permalink
Adds Client Instantiation instructions to README 2 (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcram authored Sep 11, 2024
1 parent c01ae65 commit 8cd9c0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ The SDK points to the `Sandbox` environment by default. To change the environmen
```typescript
import { AboundClient, Abound, AboundEnvironment } from "@withabound/node-sdk";

const client = new AboundClient({ apiKey: `appId_sampleqNhVcdYQYU.appSecret_sampleMz2Zbj3Hq`, environment: environment: AboundEnvironment.Sandbox });

const client = new AboundClient({
apiKey: `appId_sampleqNhVcdYQYU.appSecret_sampleMz2Zbj3Hq`,
environment: AboundEnvironment.Sandbox,
});
```

## Usage
Expand Down

0 comments on commit 8cd9c0f

Please sign in to comment.