Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChryssaAliferi authored Dec 18, 2024
1 parent d6c0426 commit d93e52f
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ The `identify` API lets you recognize a user and associate them with their trait
analytics.identify(
userId = "1hKOmRA4el9Zt1WSfVJIVo4GRlm",
traits = buildJsonObject {
put("name", "Alex Keener")
put("email", "[email protected]")
}
put("name", "Alex Keener")
put("email", "[email protected]")
}
)
```

Expand All @@ -126,20 +126,14 @@ The `track` API lets you capture user events:
analytics.track(
event = "Order Completed",
properties = buildJsonObject {
put("revenue", 30)
put("revenue", 30)
put("currency", "USD")
}
)
```

---

## Contribute

We welcome contributions! To get started, check out our [**Contribution Guidelines**](https://github.com/rudderlabs/rudder-sdk-kotlin/blob/main/CONTRIBUTING.md).

---

## Contact us

For more information:
Expand All @@ -158,14 +152,6 @@ For more information:

---

## :clap: Our Supporters

[https://reporoster.com/stars/rudderlabs/rudder-sdk-kotlin](https://reporoster.com/stars/rudderlabs/rudder-sdk-kotlin)

[https://reporoster.com/forks/rudderlabs/rudder-sdk-kotlin](https://reporoster.com/forks/rudderlabs/rudder-sdk-kotlin)

---

<!----variables---->

[rudderstack-blog]: https://rudderstack.com/blog/
Expand Down

0 comments on commit d93e52f

Please sign in to comment.