Skip to content

Commit 094e176

Browse files
committed
deploy: 3433be9
1 parent 587c014 commit 094e176

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.nojekyll

Whitespace-only changes.

assets/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ document.addEventListener('DOMContentLoaded', function() {
4343
let textToCopy;
4444

4545
if (targetId === 'install-cmd') {
46-
textToCopy = 'cargo install husk';
46+
textToCopy = 'cargo install husk-lang';
4747
} else {
4848
const targetElement = document.getElementById(targetId);
4949
if (targetElement) {

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ <h2 class="section-title">See Husk in Action</h2>
358358
<h2 class="section-title">Get Started with Husk</h2>
359359
<div class="install-section">
360360
<div class="install-command">
361-
<code>cargo install husk</code>
361+
<code>cargo install husk-lang</code>
362362
<button class="copy-btn" data-target="install-cmd">Copy</button>
363363
</div>
364364
<p class="install-note">Requires Rust and Cargo. <a href="https://rustup.rs/" target="_blank" rel="noopener">Install Rust</a></p>

playground.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h1>Husk Playground</h1>
123123
<p>The interactive playground is coming soon!</p>
124124
<p>In the meantime, you can install Husk locally and experiment with the language:</p>
125125
<div class="install-command" style="margin: var(--spacing-xl) auto;">
126-
<code>cargo install husk</code>
126+
<code>cargo install husk-lang</code>
127127
</div>
128128
<a href="index.html" class="btn btn-primary">Back to Home</a>
129129
</div>

0 commit comments

Comments
 (0)