Skip to content

Commit

Permalink
Remove baseURL from browser examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rap1ds committed Apr 17, 2019
1 parent 9c0d71b commit 2e377e5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/try-it-in-browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,10 @@ Set your clientId:
const clientId = "<your clientId here>";
```

Set your baseUrl:

```js
const baseUrl = "<your baseUrl here>";
```

Create new SDK instance:

```js
const sdk = sharetribeSdk.createInstance({clientId, baseUrl});
const sdk = sharetribeSdk.createInstance({clientId});
```

Fetch 10 listings:
Expand Down

0 comments on commit 2e377e5

Please sign in to comment.