From 4ab4678f0f3cfddf197d27addfceb1013cf1e940 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 18 Aug 2013 23:24:31 -0700 Subject: [PATCH] let's avoid calling it that --- getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started.html b/getting-started.html index 051e69a3ba..692a881ec8 100644 --- a/getting-started.html +++ b/getting-started.html @@ -83,7 +83,7 @@ bootstrap/ └── glyphicons-halflings-regular.woff {% endhighlight %} -

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 (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). Fonts from Glyphicons are included, as is the optional Bootstrap v2 theme.

+

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 (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). Fonts from Glyphicons are included, as is the optional Bootstrap theme.

jQuery required

Please note that all JavaScript plugins require jQuery to be included, as shown in the starter template.