Skip to content

Commit d573cc6

Browse files
authored
Update README.md
Updated `logEventWithName`
1 parent 8de746b commit d573cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ Wouldn't it be nice to send analytics about your app usage from your users? Well
432432
#### logEventWithName()
433433

434434
```javascript
435-
firestack.logEventWithName("launch", {
435+
firestack.analytics.logEventWithName("launch", {
436436
'screen': 'Main screen'
437437
})
438438
.then(res => console.log('Sent event named launch'))

0 commit comments

Comments
 (0)