Skip to content

Commit aa5a76f

Browse files
committed
improve app text clarity
1 parent 332af09 commit aa5a76f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The user can then select the "angles-down" icon in order to display additional w
4444

4545
## App Checklist Examples
4646

47-
### API Requirement
47+
### API Project Requirement
4848

4949
- Added two search buttons
5050

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<body>
2727
<main>
2828
<header>
29-
<h1>US Weather Check</h1>
29+
<h1>US Weather Today</h1>
3030
<h2>Enter zip code</h2>
3131
</header>
3232
<!-- Using form for accessibility and best practices -->
@@ -57,7 +57,7 @@ <h2>Enter zip code</h2>
5757

5858
<section class="city-temp-img-section">
5959
<div class="weather-data-wrapper">
60-
<h2 id="temperature">Fahrenheit</h2>
60+
<h2 id="temperature">Temp now</h2>
6161
<h2 id="city">City</h2>
6262
<h3 id="usa-state">State</h3>
6363
</div>
@@ -82,7 +82,7 @@ <h3 id="usa-state">State</h3>
8282
>
8383
<i class="fa-solid fa-angles-down"></i>
8484
</button>
85-
<h3>More Information</h3>
85+
<h3>Today's Conditions</h3>
8686
<div class="more-info-wrapper">
8787
<div class="icon-text-wrapper">
8888
<i class="fa-solid fa-temperature-half"></i>

0 commit comments

Comments
 (0)