Skip to content

Commit

Permalink
Package name
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 23, 2024
1 parent b3de244 commit 4a2b34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/install.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export function Install() {
const [copied, setCopied] = useState(false);

const copyCommand = () => {
navigator.clipboard.writeText("npx languine@latest");
navigator.clipboard.writeText("npx @languine/cli@latest");
setCopied(true);
setTimeout(() => setCopied(false), 1000);
};
Expand Down

0 comments on commit 4a2b34a

Please sign in to comment.