Skip to content

Commit 27a6ac5

Browse files
authored
docs: update init method (#3)
1 parent d3473ad commit 27a6ac5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Copy your configuration code from your clickstream solution web console, the con
3030
import 'package:clickstream_analytics/clickstream_analytics.dart';
3131
3232
final analytics = ClickstreamAnalytics();
33-
analytics.init({
34-
appId: "your appId",
35-
endpoint: "https://example.com/collect"
36-
});
33+
analytics.init(
34+
appId: "your appId",
35+
endpoint: "https://example.com/collect"
36+
);
3737
```
3838

3939
Please note:

0 commit comments

Comments
 (0)