aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-18 22:35:19 -0700
committerMark Otto <[email protected]>2013-08-18 22:35:19 -0700
commite3e408bb785abafb1c69d4b570ff26ba0d37b280 (patch)
tree4cfb978471ac15c9fe2690453c34e7694ada0285 /getting-started.html
parent74ae8ecc80ca6c416eaa317e6470ec219c51a0c0 (diff)
parent2a2a8e9e20abbbaddecab67e8dd742cc334a9df3 (diff)
downloadbootstrap-e3e408bb785abafb1c69d4b570ff26ba0d37b280.tar.xz
bootstrap-e3e408bb785abafb1c69d4b570ff26ba0d37b280.zip
Merge pull request #9822 from gdi2290/patch-1
fix file structure in "What's included"
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/getting-started.html b/getting-started.html
index 9d4d46a78..b0d63de8e 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -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>