Skip to content

Commit

Permalink
Fixed mistake in readme; closes mintdigitalGH-11 (thanks @weyus!)
Browse files Browse the repository at this point in the history
  • Loading branch information
rondevera committed Jun 1, 2011
1 parent cfa221e commit 11912ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Additional settings are supported in <code>config/assets.yml</code>:
JS will load from {Google's CDN}[http://code.google.com/apis/ajaxlibs/]
in production (or any environment where
<code>config.action_controller.consider_all_requests_local</code> is set
to <code>true</code>). If the original request to your app used SSL, the
to <code>false</code>). If the original request to your app used SSL, the
vendor JS will also load from Google's CDN via SSL. If you prefer to use a
different CDN, specify its SSL/non-SSL URLs, and the appropriate URL will
be used per request.
Expand Down
2 changes: 1 addition & 1 deletion doc/created.rid
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fri, 06 May 2011 18:12:56 -0400
Wed, 01 Jun 2011 08:32:28 -0400
6 changes: 3 additions & 3 deletions doc/files/README_rdoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>
<div class='last-update'>
Last Update:
<span class='datetime'>Fri May 06 17:23:46 -0400 2011</span>
<span class='datetime'>Wed Jun 01 08:31:46 -0400 2011</span>
</div>
</div>
<div id='content'>
Expand Down Expand Up @@ -242,8 +242,8 @@ <h3>Advanced configuration</h3>
load from <a href="http://code.google.com/apis/ajaxlibs/">Google's CDN</a>
in production (or any environment where
<tt>config.action_controller.consider_all_requests_local</tt> is set to
<tt>true</tt>). If the original request to your app used SSL, the vendor JS
will also load from Google&#8217;s CDN via SSL. If you prefer to use a
<tt>false</tt>). If the original request to your app used SSL, the vendor
JS will also load from Google&#8217;s CDN via SSL. If you prefer to use a
different CDN, specify its SSL/non-SSL URLs, and the appropriate URL will
be used per request.

Expand Down

0 comments on commit 11912ae

Please sign in to comment.