Skip to content

Commit 2ab349f

Browse files
committed
Fix title
1 parent b421414 commit 2ab349f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LandingPage/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const Index = () => {
8585

8686
<div className="px-3 py-8 lg:px-4">
8787
<div className="container">
88-
<h2 className={styles.subtitle}>Quick start</h2>
88+
<h2 className={styles.subtitle}>Quick Start</h2>
8989
<div className="flex flex-col lg:flex-row gap-8 lg:gap-14">
9090
<div className="flex flex-col flex-1 gap-4">
9191
<div className="text-lg">Get up and running with PHPStreamServer in just a few lines of code. Here's a simple HTTP server example to get you started.</div>

0 commit comments

Comments
 (0)