Commit e3e408bb authored by Mark Otto's avatar Mark Otto

Merge pull request #9822 from gdi2290/patch-1

fix file structure in "What's included"
parents 74ae8ecc 2a2a8e9e
...@@ -73,9 +73,9 @@ bootstrap/ ...@@ -73,9 +73,9 @@ bootstrap/
├── css/ ├── css/
│ ├── bootstrap.css │ ├── bootstrap.css
│ ├── bootstrap.min.css │ ├── bootstrap.min.css
── js/ ── js/
├── bootstrap.js ├── bootstrap.js
│ ├── bootstrap.min.js ── bootstrap.min.js
{% endhighlight %} {% 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> <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>
......
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