Skip to content

Commit 54582e1

Browse files
Update README.md
1 parent 91d54c8 commit 54582e1

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

packages/react/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ To use this SDK initialize `TraceoClient` in your application.
1717
```ts
1818
import { TraceoClient } from "@traceo-sdk/react";
1919

20-
new TraceoClient({
21-
projectId: <your_project_id>,
22-
apiKey: <app_api_key>,
23-
url: <you_traceo_instance_url>
20+
new TraceoClient(<app_api_key>, {
21+
host: <traceo_host>
2422
});
2523

2624
// your code
@@ -49,4 +47,4 @@ const traceoInstance = new TraceoClient({
4947
```
5048

5149
## Support
52-
Feel free to create Issues, Pull Request and Discussion. If you want to contact with the developer working on this package click [here](mailto:piotr.szewczyk.software@gmail.com).
50+
Feel free to create Issues, Pull Request and Discussion.

0 commit comments

Comments
 (0)