Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tipsy authored Dec 31, 2017
1 parent 0c7f75f commit b42ba41
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 @@ -37,8 +37,8 @@ public class Main {
The above Java will result in the following HTML:
```html
<body>
<h1 class="example">Heading!</h1>
<img src="img/hello.png">
<h1>Hello, World!</h1>
<img src="/img/hello.png">
</body>
```

Expand Down

0 comments on commit b42ba41

Please sign in to comment.