diff --git a/README.md b/README.md index 2bae6b0..00d5daf 100644 --- a/README.md +++ b/README.md @@ -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' ```