Skip to content

Commit b42ba41

Browse files
authored
Update README.md
1 parent 0c7f75f commit b42ba41

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
@@ -37,8 +37,8 @@ public class Main {
3737
The above Java will result in the following HTML:
3838
```html
3939
<body>
40-
<h1 class="example">Heading!</h1>
41-
<img src="img/hello.png">
40+
<h1>Hello, World!</h1>
41+
<img src="/img/hello.png">
4242
</body>
4343
```
4444

0 commit comments

Comments
 (0)