Skip to content

Commit

Permalink
fix: use correct heading levels (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoArCha authored Dec 3, 2023
1 parent ee645e8 commit 75ca9fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/request-header-parser-microservice/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

<body>
<div class="container">
<h2>API Project: Request Header Parser Microservice</h2>
<h3>Example Usage:</h3>
<h1>API Project: Request Header Parser Microservice</h1>
<h2>Example Usage:</h2>
<a href="https://request-header-parser-microservice.freecodecamp.rocks/api/whoami">
[base url]/api/whoami
</a>

<h3>Example Output:</h3>
<h2>Example Output:</h2>
<p>
<code>{"ipaddress":"159.20.14.100","language":"en-US,en;q=0.5",<br>"software":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0"}</code>
</p>
Expand Down

0 comments on commit 75ca9fa

Please sign in to comment.