aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 14f521b4d..140885deb 100644
--- a/index.html
+++ b/index.html
@@ -37,7 +37,7 @@ layout: home
<p>Include Bootstrap's source Sass and JavaScript files via npm, Composer or Meteor. Package managed installs don't include documentation, but do include our build system and readme.</p>
{% highlight sh %}
-npm install bootstrap@{{ site.current_version }}
+npm install bootstrap
{% endhighlight %}
{% highlight sh %}