2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

fix file structure in What's included

This commit is contained in:
PatrickJS
2013-08-18 22:27:30 -07:00
parent 74ae8ecc80
commit 2a2a8e9e20
+3 -3
View File
@@ -73,9 +73,9 @@ bootstrap/
├── css/
│ ├── bootstrap.css
│ ├── bootstrap.min.css
── js/
├── bootstrap.js
── bootstrap.min.js
── js/
├── bootstrap.js
── bootstrap.min.js
{% endhighlight %}
<p>This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (<code>bootstrap.*</code>), as well as compiled and minified CSS and JS (<code>bootstrap.min.*</code>).</p>