Skip to content

Commit 4f03f54

Browse files
authored
Update README.md
1 parent 8218efb commit 4f03f54

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is the HTML template. Everything inside the `<head>` tag will later be repl
2121
</html>
2222
```
2323

24-
## HTML
24+
## Index (before replace)
2525

2626
This is the main HTML page where we want to use the `<template>` tag. Use the `src` attribute to specify the source path for the HTML template file.
2727

@@ -42,9 +42,7 @@ This is the main HTML page where we want to use the `<template>` tag. Use the `s
4242
</html>
4343
```
4444

45-
46-
47-
## Replace
45+
## Index (after replace)
4846

4947
This is the final version of the HTML page after the templates have been replaced.
5048

0 commit comments

Comments
 (0)