diff --git a/docs/_includes/getting-started/download.html b/docs/_includes/getting-started/download.html index 7564fd3cb0..08ddfe7d49 100644 --- a/docs/_includes/getting-started/download.html +++ b/docs/_includes/getting-started/download.html @@ -42,11 +42,11 @@

Install with Bower

You can also install and manage Bootstrap's Less, CSS, JavaScript, and fonts using Bower:

- {% highlight bash %}$ bower install bootstrap{% endhighlight %} + {% highlight bash %}bower install bootstrap{% endhighlight %}

Install with npm

You can also install Bootstrap using npm:

- {% highlight bash %}$ npm install bootstrap@3{% endhighlight %} + {% highlight bash %}npm install bootstrap@3{% 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.

Bootstrap's package.json contains some additional metadata under the following keys: