diff options
| author | XhmikosR <[email protected]> | 2017-09-27 16:47:38 +0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-01 12:01:27 -0700 |
| commit | 44dcc8d719a9f3a45915db1f6136457682d7c628 (patch) | |
| tree | 3ad2cd29ff804fa3d6414b9f1dfb303acf8416bf /docs/4.0/getting-started/webpack.md | |
| parent | a143f82ccd1113540f98bb43af4be25abbd4c91c (diff) | |
| download | bootstrap-44dcc8d719a9f3a45915db1f6136457682d7c628.tar.xz bootstrap-44dcc8d719a9f3a45915db1f6136457682d7c628.zip | |
Make Node.js 6 the minimum version.
Also, be consistent with Node.js' name.
Diffstat (limited to 'docs/4.0/getting-started/webpack.md')
| -rw-r--r-- | docs/4.0/getting-started/webpack.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/getting-started/webpack.md b/docs/4.0/getting-started/webpack.md index d1a40cfed..04af8d4f6 100644 --- a/docs/4.0/getting-started/webpack.md +++ b/docs/4.0/getting-started/webpack.md @@ -8,7 +8,7 @@ toc: true ## Installing Bootstrap -[Install bootstrap]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/#npm) as a node module using npm. +[Install bootstrap]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/#npm) as a Node.js module using npm. ## Importing JavaScript |
