We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7f75f commit b42ba41Copy full SHA for b42ba41
1 file changed
README.md
@@ -37,8 +37,8 @@ public class Main {
37
The above Java will result in the following HTML:
38
```html
39
<body>
40
- <h1 class="example">Heading!</h1>
41
- <img src="img/hello.png">
+ <h1>Hello, World!</h1>
+ <img src="/img/hello.png">
42
</body>
43
```
44
0 commit comments