Skip to content

Commit 466aa5a

Browse files
committed
tweaking rails 3 docco
1 parent 17b710b commit 466aa5a

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,15 @@ <h2 id="installation">Installation</h2>
141141
<tt>config.gem "jammit"</tt>
142142
</li>
143143
<li>
144-
<p>If you're using <b>Rails 3</b> you're done &mdash; Jammit routes are loaded automatically into your app.</p>
145-
<p>If you're using <b>Rails 2</b>, edit <b>config/routes.rb</b> to give Jammit a route
146-
( <b>/assets</b> by default) for dynamic asset packaging and caching.</p>
144+
<p>
145+
If you're using <b>Rails 3</b>, you're done! Jammit routes
146+
(under <b>/assets</b> by default) will be loaded automatically into
147+
your app.
148+
</p>
149+
<p>
150+
If you're using <b>Rails 2</b>, edit <b>config/routes.rb</b> to give
151+
Jammit routes for dynamic asset packaging and caching.
152+
</p>
147153
<pre>
148154
ActionController::Routing::Routes.draw do |map|
149155
...

0 commit comments

Comments
 (0)