2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Make Node.js 6 the minimum version.

Also, be consistent with Node.js' name.
This commit is contained in:
XhmikosR
2017-09-27 16:47:38 +03:00
committed by Mark Otto
parent a143f82ccd
commit 44dcc8d719
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ Pull in Bootstrap's **source files** into nearly any project with some of the mo
### npm
Install Bootstrap in your Node powered apps with [the npm package](https://www.npmjs.com/package/bootstrap):
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 }}