From 572d00ac7e4ffdb91c1015d83100ea1c279af6ca Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 18 Jan 2018 08:21:22 -0800 Subject: Bump version to 4.0.0 --- docs/4.0/getting-started/download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. -- cgit v1.2.3