Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Fix track argument order in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnall committed May 13, 2016
1 parent 77ae393 commit 0f0a353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ application's architecture, create your own client instances.

```ruby
heap_client = Heap.new app_id: 'YOUR_APP_ID'
heap_client.track 'user-identity', 'event-name', property: 'value'
heap_client.track 'event-name', 'user-identity', property: 'value'
```


Expand Down

0 comments on commit 0f0a353

Please sign in to comment.