Updated list items to match README file.

This commit is contained in:
Marlowe Shaeffer 2015-01-04 12:08:56 -08:00
parent ad24b3fc4f
commit 3dfe6e0e12
1 changed files with 6 additions and 7 deletions

View File

@ -61,14 +61,13 @@
<section class="content wrap"> <section class="content wrap">
<section class="love-list"> <section class="love-list">
<ul> <ul>
<li>No runtime libraries. No magic. Just simple pre-compilation to a clear React code</li> <li>No runtime libraries. No magic. Simply precompile your way to clear React code.</li>
<li>Super easy to write panels. By panels we mean components that have a lot of HTML code and <li>It's super easy to write panels - components that have a lot of HTML code and non-reusable logic.
non-reusable logic
</li> </li>
<li>Very good separation of presentation and logic. Almost no HTML within the component file</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. HTML that you write and inspect look similar</li> <li>Declarative coding for presentation makes the HTML that you write and inspect look similar.</li>
<li>Easy syntax. Similar to HTML. All IDEs recognize this format</li> <li>Easy syntax that's similar to HTML. All IDEs recognize this format.</li>
<li>Supports <a href="#amd">AMD</a>, <a href="#commonjs">CommonJS</a> and globals</li> <li>Supports <a href="#amd">AMD</a>, <a href="#commonjs">CommonJS</a>, and globals.</li>
</ul> </ul>
</section> </section>
<section id="home-section" class="home-section"> <section id="home-section" class="home-section">