Commit 007d61cf authored by Chris Rebert's avatar Chris Rebert

flip order so sentence reads better

parent 56b5f5b3
...@@ -106,7 +106,7 @@ bootstrap/ ...@@ -106,7 +106,7 @@ bootstrap/
└── examples/ └── examples/
{% endhighlight %} {% endhighlight %}
</div> </div>
<p>The <code>less/</code>, <code>js/</code>, and <code>fonts/</code> are the source code for our CSS, JS, and icon fonts (respectively). The <code>dist/</code> folder includes everything listed in the precompiled download section above. The <code>docs/</code> folder includes <code>examples/</code> of Bootstrap usage, and the source code for our documentation. Beyond that, any other included file provides support for packages, license information, and development.</p> <p>The <code>less/</code>, <code>js/</code>, and <code>fonts/</code> are the source code for our CSS, JS, and icon fonts (respectively). The <code>dist/</code> folder includes everything listed in the precompiled download section above. The <code>docs/</code> folder includes the source code for our documentation, and <code>examples/</code> of Bootstrap usage. Beyond that, any other included file provides support for packages, license information, and development.</p>
<!-- Template <!-- Template
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment