Skip to content

Commit c11c474

Browse files
chore: Add homepage URL; upgrade Homebrew label
1 parent b71e3ae commit c11c474

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
],
2121
"author": "Kartik Labhshetwar",
2222
"license": "Apache-2.0",
23+
"homepage": "https://lazycommit.vercel.app",
2324
"repository": "KartikLabhshetwar/lazycommit",
2425
"packageManager": "pnpm@10.15.0",
2526
"type": "module",

website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h1>lazycommit <span id="version" class="version"></span></h1>
4141
<div class="section">
4242
<h2>Install</h2>
4343
<pre><code id="npm-cmd">npm install -g lazycommitt</code><button class="copy" data-target="npm-cmd" aria-label="Copy npm install command">Copy</button></pre>
44-
<p>Homebrew (tap):</p>
44+
<h3>Homebrew</h3>
4545
<pre><code id="brew-cmd">brew install lazycommit</code><button class="copy" data-target="brew-cmd" aria-label="Copy brew install command">Copy</button></pre>
4646
<p class="muted">If this fails on your machine, use tap first: <code>brew tap kartiklabhshetwar/lazycommit</code> then <code>brew install lazycommit</code>.</p>
4747
</div>

0 commit comments

Comments
 (0)