Skip to content

Commit b043ae1

Browse files
Use minimalistic adjective
1 parent 85cc9d9 commit b043ae1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Luca - Modern Tool Manager</title>
8-
<meta name="description" content="Luca is a lightweight, decentralized tool manager for macOS. Manage project-specific tool versions without polluting your global PATH.">
8+
<meta name="description" content="Luca is a minimalistic, lightweight, decentralized tool manager for macOS. Manage project-specific tool versions without polluting your global PATH.">
99
<link rel="canonical" href="https://luca.tools/">
1010
<link rel="stylesheet" href="css/style.css">
1111
<link rel="icon" type="image/svg+xml" href="images/favicon.svg">
@@ -18,15 +18,15 @@
1818
<!-- Open Graph Meta Tags -->
1919
<meta property="og:title" content="Luca - Modern Tool Manager for macOS" />
2020
<meta property="og:description"
21-
content="A lightweight decentralised tool manager for macOS to manage project-specific tool environments." />
21+
content="A minimalistic, lightweight, decentralised tool manager for macOS to manage project-specific tool environments." />
2222
<meta property="og:image" content="https://luca.tools/images/og-image.png" />
2323
<meta property="og:url" content="https://luca.tools/" />
2424
<meta property="og:type" content="website" />
2525

2626
<!-- Twitter Card Meta Tags -->
2727
<meta name="twitter:card" content="summary_large_image">
2828
<meta name="twitter:title" content="Luca - Modern Tool Manager for macOS">
29-
<meta name="twitter:description" content="A lightweight decentralised tool manager for macOS to manage project-specific tool environments.">
29+
<meta name="twitter:description" content="A minimalistic, lightweight, decentralised tool manager for macOS to manage project-specific tool environments.">
3030
<meta name="twitter:image" content="https://luca.tools/images/og-image.png">
3131

3232
<!-- Google Analytics -->
@@ -52,7 +52,7 @@
5252
"price": "0",
5353
"priceCurrency": "USD"
5454
},
55-
"description": "A lightweight decentralised tool manager for macOS to manage project-specific tool environments.",
55+
"description": "A minimalistic decentralised tool manager for macOS to manage project-specific tool environments.",
5656
"image": "https://luca.tools/images/luca-logo-alt.svg",
5757
"url": "https://luca.tools/"
5858
}
@@ -69,7 +69,7 @@
6969

7070
<h1>Luca</h1>
7171

72-
<p class="tagline">A lightweight decentralised tool manager for macOS to manage project-specific tool
72+
<p class="tagline">A minimalistic, lightweight, decentralised tool manager for macOS to manage project-specific tool
7373
environments.</p>
7474

7575
<p style="max-width: 800px; margin: 0 auto 2rem;">Luca helps developers install, manage, and activate

0 commit comments

Comments
 (0)