<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -57,11 +57,15 @@ check out the [YARD documentation](http://haml-lang.com/docs/yardoc).
 ### Haml
 
 The most basic element of Haml
-is a shorthand for creating HTML
+is a shorthand for creating HTML:
 
     %tagname{:attr1 =&gt; 'value1', :attr2 =&gt; 'value2'} Contents
 
 No end-tag is needed; Haml handles that automatically.
+If you prefer HTML-style attributes, you can also use:
+
+    %tagname(attr1='value1' attr2='value2') Contents
+
 Adding `class` and `id` attributes is even easier.
 Haml uses the same syntax as the CSS that styles the document:
 </diff>
      <filename>README.md</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e9714ea91bbfa01ccf01359b6961244e206abac3</id>
    </parent>
  </parents>
  <author>
    <name>Nathan Weizenbaum</name>
    <email>nex342@gmail.com</email>
  </author>
  <url>http://github.com/chriseppstein/haml/commit/3b36078c15f7cc8042f8063be3bd8922f921f30b</url>
  <id>3b36078c15f7cc8042f8063be3bd8922f921f30b</id>
  <committed-date>2009-07-04T15:46:34-07:00</committed-date>
  <authored-date>2009-07-04T15:46:34-07:00</authored-date>
  <message>[Haml] Mention the new attribute syntax in the README.</message>
  <tree>6ad62408d690a660aa4264fa77519bff6f494f90</tree>
  <committer>
    <name>Nathan Weizenbaum</name>
    <email>nex342@gmail.com</email>
  </committer>
</commit>
