<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -65,7 +65,13 @@ Image with some thumbnails:
   
 It also provides a view helper to make displaying the images extremely simple:
 
-  &lt;%= image_tag_for(@photo, :thumb =&gt; :square) %&gt;
+  &lt;%= image_tag_for(@photo) # show the full-sized image %&gt;
+  &lt;%= image_tag_for(@photo, :thumb =&gt; :square) # show the square thumbnail %&gt;
+
+The image_tag_for helper calls Rails' image_tag, so you can pass in all the 
+regular options to set the alt tag, CSS class, etc:
+  
+  &lt;%= image_tag_for(@photo, :alt =&gt; &quot;my cool picture&quot;, :class =&gt; &quot;photo&quot;) %&gt;
   
 Setting up forms for has_image is simple, too:
 </diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e66932198fbff9cd6ca2109d1c149009f0be341a</id>
    </parent>
  </parents>
  <author>
    <name>Norman Clarke</name>
    <email>norman@addthree.com</email>
  </author>
  <url>http://github.com/norman/has_image/commit/d11068dc150a4543f3997709f4a5f2a53db7b9c1</url>
  <id>d11068dc150a4543f3997709f4a5f2a53db7b9c1</id>
  <committed-date>2008-07-29T15:13:58-07:00</committed-date>
  <authored-date>2008-07-29T15:13:58-07:00</authored-date>
  <message>More README tweaks.</message>
  <tree>a3d274208cbfe212cd22c3398dd43427e3fad760</tree>
  <committer>
    <name>Norman Clarke</name>
    <email>norman@addthree.com</email>
  </committer>
</commit>
