Skip to content

Commit 0c14ab3

Browse files
authored
Remove defer suggestion from readme
This has been causing a lot of confusion, so lets just remove it.
1 parent 8ea0aae commit 0c14ab3

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
@@ -22,7 +22,7 @@ You can add controls for the widget with HTML:
2222
<title>A static website</title>
2323

2424
<!-- include the widget -->
25-
<script defer type="text/javascript" src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
25+
<script type="text/javascript" src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
2626
</head>
2727
<body>
2828
<!-- Add a menu:

0 commit comments

Comments
 (0)