Matches new bulleted descriptions in README

This commit is contained in:
Marlowe Shaeffer 2015-01-04 14:28:21 -08:00
parent 5263574ebb
commit dc67587b3e
1 changed files with 3 additions and 5 deletions

View File

@ -62,11 +62,9 @@
<section class="love-list">
<ul>
<li>No runtime libraries. No magic. Simply precompile your way to clear React code.</li>
<li>It's super easy to write panels - components that have a lot of HTML code and non-reusable logic.
</li>
<li>There's very good separation of presentation and logic - that is, there's almost no HTML within the component file.</li>
<li>Declarative coding for presentation makes the HTML that you write and inspect look similar.</li>
<li>Easy syntax that's similar to HTML. All IDEs recognize this format.</li>
<li>Easy syntax that's similar to HTML, supported by most IDEs.</li>
<li>Clear separation of presentation and logic - almost zero HTML in component files.</li>
<li>Declarative coding ensures that the HTML that you write and the HTML you inspect look nearly identical.</li>
<li>Supports <a href="#amd">AMD</a>, <a href="#commonjs">CommonJS</a>, and globals.</li>
</ul>
</section>