Skip to content

Commit 9fae349

Browse files
authored
Update README.md
1 parent 4e7d89f commit 9fae349

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ReactGA.initialize([
4040
]);
4141

4242
// Send pageview with a custom path
43-
ReactGA.send({ hitType: "pageview", page: "/my-path" });
43+
ReactGA.send({ hitType: "pageview", page: "/my-path", title: "Custom Title" });
4444

4545
// Send a custom event
4646
ReactGA.event({

0 commit comments

Comments
 (0)