Skip to content

Commit 372ae4a

Browse files
committed
Revert "Update page.tsx"
This reverts commit f655984.
1 parent f655984 commit 372ae4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function PerfBar({
9595

9696
function InstallBox() {
9797
const [copied, setCopied] = useState(false);
98-
const command = "bun install globlin";
98+
const command = "npm install globlin";
9999

100100
const handleCopy = () => {
101101
navigator.clipboard.writeText(command);

0 commit comments

Comments
 (0)