Skip to content

Commit 56bf596

Browse files
ajmeese7bojeil-google
authored andcommitted
Update README.md (#591)
Added a semicolon to match the style of the previous example. This way if a beginner uses the drop-in code and attempts to immediately add a new line to the function they will not have any issues.
1 parent 49c4a1b commit 56bf596

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
@@ -305,7 +305,7 @@ Here is how you would track the Auth state across all your pages:
305305
};
306306
307307
window.addEventListener('load', function() {
308-
initApp()
308+
initApp();
309309
});
310310
</script>
311311
</head>

0 commit comments

Comments
 (0)