Skip to content

Commit 6f73ec8

Browse files
authored
Update README.md
1 parent 480c203 commit 6f73ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ This is the final version of the HTML page after the templates have been replace
5757

5858
<!-- include script -->
5959
<script src="https://raw.githubusercontent.com/JavaScriptPlayground/html-template-tag/main/template.js" type="module" defer></script>
60-
<link rel="stylesheet" href="style.css"> <!-- <-- This link tag was added from the template head tag -->
60+
<link rel="stylesheet" href="style.css"> <!-- <-- This <link> tag was added from the template <head> tag -->
6161
</head>
6262
<body>
63-
<p>Hello World!</p> <!-- <-- These two p tags were added from the template body tag -->
63+
<p>Hello World!</p> <!-- <-- These two <p> tags were added from the template <body> tag -->
6464
<p>This is amazing!</p>
6565
</body>
6666
</html>

0 commit comments

Comments
 (0)