Skip to content

Commit cff4640

Browse files
committed
Update README.md
1 parent d978f57 commit cff4640

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
@@ -561,7 +561,7 @@ The defer attribute tells the browser to only execute the script file once the H
561561
```html
562562
<!--
563563
Without async or defer, browser will run your script immediately,
564-
before rendering the elements that's below your script tag.
564+
before rendering the elements.
565565
-->
566566
<script src="myscript.js"></script>
567567

0 commit comments

Comments
 (0)