Skip to content

Commit 9991468

Browse files
Merge pull request #439 from shef/patch-1
fix for a typo in crate's name
2 parents d97865e + 0d79a04 commit 9991468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/learn/get-started.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<p>In our <code>Cargo.toml</code> file we’ll add this information (that we got from the crate page):</p>
8080
<p>
8181
<pre><code>[dependencies]
82-
ferris_says = "0.1"</code></pre>
82+
ferris-says = "0.1"</code></pre>
8383
</p>
8484
<p>Now we can run:</p>
8585
<p><code>cargo build</code></p>

0 commit comments

Comments
 (0)