Skip to content

Commit 9d35f05

Browse files
barisbalicdoomspork
authored andcommitted
Updating docs to match new generators. (#8)
1 parent e3c4cf4 commit 9d35f05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phoenix_integration.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h2 class="page-subheader">Usage</h2>
1010

1111
<ol>
12-
<li>Add <code>{:phoenix_slime, "~&gt; 0.8.0"}</code> to your deps in <code>mix.exs</code>.</li>
12+
<li>Add <code>{:phoenix_slime, "~&gt; 0.12.0"}</code> to your deps in <code>mix.exs</code>.</li>
1313
<li>Add the following to your project's <code>config/config.exs</code>:</li>
1414
</ol>
1515

@@ -27,8 +27,8 @@ <h2 class="page-subheader">Generators</h2>
2727
<p>This library also includes two <code>mix</code> tasks:</p>
2828

2929
<ul>
30-
<li><code>mix phoenix.gen.html.slime</code></li>
31-
<li><code>mix phoenix.gen.layout.slime</code></li>
30+
<li><code>mix phx.gen.html.slime</code></li>
31+
<li><code>mix phx.gen.layout.slime</code></li>
3232
</ul>
3333

3434
<p>The first task creates a html resource in the same way <code>phoenix.gen.html</code> does

0 commit comments

Comments
 (0)