aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>