aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-01-18 08:21:22 -0800
committerMark Otto <[email protected]>2018-01-18 10:24:51 -0800
commit572d00ac7e4ffdb91c1015d83100ea1c279af6ca (patch)
tree9488d2d4b052865bf67694a6200c0aef24586b3d /docs/4.0
parentbffa438f8ea7baff361fe04b1d50eb9254d3fdbe (diff)
downloadbootstrap-572d00ac7e4ffdb91c1015d83100ea1c279af6ca.tar.xz
bootstrap-572d00ac7e4ffdb91c1015d83100ea1c279af6ca.zip
Bump version to 4.0.0
Diffstat (limited to 'docs/4.0')
-rw-r--r--docs/4.0/getting-started/download.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/getting-started/download.md b/docs/4.0/getting-started/download.md
index 4d90d1ef5..8defa9485 100644
--- a/docs/4.0/getting-started/download.md
+++ b/docs/4.0/getting-started/download.md
@@ -53,7 +53,7 @@ Pull in Bootstrap's **source files** into nearly any project with some of the mo
Install Bootstrap in your Node.js powered apps with [the npm package](https://www.npmjs.com/package/bootstrap):
{% highlight sh %}
-npm install bootstrap@{{ site.current_version }}
+npm install bootstrap
{% endhighlight %}
`require('bootstrap')` will load all of Bootstrap's jQuery plugins onto the jQuery object. The `bootstrap` module itself does not export anything. You can manually load Bootstrap's jQuery plugins individually by loading the `/js/*.js` files under the package's top-level directory.