Skip to content

Commit

Permalink
fix: update init method.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu-xiaowei committed Nov 30, 2023
1 parent d3473ad commit a43fa11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ Copy your configuration code from your clickstream solution web console, the con
import 'package:clickstream_analytics/clickstream_analytics.dart';
final analytics = ClickstreamAnalytics();
analytics.init({
appId: "your appId",
endpoint: "https://example.com/collect"
});
analytics.init(
appId: "your appId",
endpoint: "https://example.com/collect"
);
```

Please note:
Expand Down

0 comments on commit a43fa11

Please sign in to comment.