Skip to content

Commit

Permalink
Rebuilt readme with tldw
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Jun 19, 2021
1 parent 74e146f commit 174fe3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default {
templateContent: "<html><body></body></html>"
}),
new InjectBodyPlugin({
content: '<main id="root">Hi!</main>'
content: '<main id=root>Hi!</main>'
}),
],
}
Expand All @@ -52,7 +52,7 @@ export default {

index.html
```html
<html><body><main id="root">Hi!</main></body></html>
<html><body><main id=root>Hi!</main></body></html>
```


Expand Down

0 comments on commit 174fe3c

Please sign in to comment.