Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Jun 18, 2024
1 parent 43355f6 commit e6f1243
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions packages/react-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import BucketProvider from "@bucketco/react-sdk";
}}
>
{/* ... */}
</BucketProvider>
</BucketProvider>;
```

### Props
Expand All @@ -47,12 +47,14 @@ import BucketProvider from "@bucketco/react-sdk";
persistUser={true} // See the Tracking SDK documentation under "Persisting Users"
host="https://tracking.bucket.co" // Configure the host Bucket calls are made to
sseHost="https://livemessaging.bucket.co" // Configure the host Bucket SSE calls are made to
feedback={{
// See feedback options here: https://github.com/bucketco/bucket-tracking-sdk/blob/main/packages/tracking-sdk/FEEDBACK.md#global-feedback-configuration
}}
feedback={
{
// See feedback options here: https://github.com/bucketco/bucket-tracking-sdk/blob/main/packages/tracking-sdk/FEEDBACK.md#global-feedback-configuration
}
}
>
{/* ... */}
</BucketProvider>
</BucketProvider>;
```

## Hooks
Expand Down

0 comments on commit e6f1243

Please sign in to comment.