Skip to content

Commit 5ed5d9f

Browse files
Merge pull request #595 from floriama/master
Make cargo output consistent with demo name
2 parents 0e79c87 + d84f907 commit 5ed5d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/learn/get-started.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
<p><code>cargo run</code></p>
6969
<p>You should see this in your terminal:</p>
7070
<p><pre><code>$ cargo run
71-
Compiling getstart v0.1.0 (/Users/ag_dubs/rust/getstart)
71+
Compiling hello-rust v0.1.0 (/Users/ag_dubs/rust/hello-rust)
7272
Finished dev [unoptimized + debuginfo] target(s) in 1.34s
73-
Running `target/debug/getstart`
73+
Running `target/debug/hello-rust`
7474
Hello, world!</code></pre><p>
7575
</div>
7676
</section>

0 commit comments

Comments
 (0)