You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/pages/index.js
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ const features = [
11
11
title: <>Supports most free APIs</>,
12
12
description: (
13
13
<>
14
-
This project comes with support for five of the most popular free APIs:
14
+
<p>This project comes with support for five of the most popular free APIs:</p>
15
15
<ul>
16
16
<li>Current Weather Data</li>
17
17
<li>16-day/daily Forecast Data</li>
@@ -25,20 +25,20 @@ const features = [
25
25
{
26
26
title: <>Easy to Use</>,
27
27
description: (
28
-
<>
28
+
<p>
29
29
The OpenWeatherMap APIs are poorly documented and oftentimes not easy to use. This project provides the necessary abstractions to make working with the API feel like a breeze.
30
-
</>
30
+
</p>
31
31
),
32
32
},
33
33
{
34
34
title: <>Powered by modern PHP</>,
35
35
description: (
36
-
<>
36
+
<p>
37
37
Since version 3.x, this project works with PHP 7.x.
38
38
It uses <ahref="https://www.php-fig.org/psr/psr-17/">PSR-17</a> and <ahref="https://www.php-fig.org/psr/psr-18/">PSR-18</a> for
39
39
HTTP requests, as well
40
40
as <ahref="https://www.php-fig.org/psr/psr-6/">PSR-6</a> for caching.
41
-
</>
41
+
</p>
42
42
),
43
43
},
44
44
];
@@ -53,7 +53,7 @@ function Feature({imageUrl, title, description}) {
0 commit comments