Skip to content

Commit eb2572e

Browse files
authored
fix: use correct heading levels (#541)
1 parent 37a8550 commit eb2572e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/timestamp-microservice/views/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<h1>Timestamp Microservice</h1>
2121
<hr />
2222
<div class="container">
23-
<h3>Example Usage:</h3>
23+
<h2>Example Usage:</h2>
2424
<ul>
2525
<li><a href="api/2015-12-25">[project url]/api/2015-12-25</a></li>
2626
<li><a href="api/1451001600000">[project url]/api/1451001600000</a></li>
2727
</ul>
2828

29-
<h3>Example Output:</h3>
29+
<h2>Example Output:</h2>
3030
<p>
3131
<code
3232
>{"unix":1451001600000, "utc":"Fri, 25 Dec 2015 00:00:00 GMT"}</code

0 commit comments

Comments
 (0)