diff --git a/README.md b/README.md index 700c5d88f8..a0e2f19bfc 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Four quick start options are available: - [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.2.zip). - Clone the repo: `git clone https://github.com/twbs/bootstrap.git`. - Install with [Bower](http://bower.io): `bower install bootstrap`. -- Install with [npm](https://www.npmjs.org): `npm install bootstrap`. +- Install with [npm](https://www.npmjs.com): `npm install bootstrap`. Read the [Getting started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more. diff --git a/docs/_includes/getting-started/grunt.html b/docs/_includes/getting-started/grunt.html index e5d4121eb0..a700c2f039 100644 --- a/docs/_includes/getting-started/grunt.html +++ b/docs/_includes/getting-started/grunt.html @@ -4,7 +4,7 @@
Bootstrap uses Grunt for its build system, with convenient methods for working with the framework. It's how we compile our code, run tests, and more.
To install Grunt, you must first download and install node.js (which includes npm). npm stands for node packaged modules and is a way to manage development dependencies through node.js.
+To install Grunt, you must first download and install node.js (which includes npm). npm stands for node packaged modules and is a way to manage development dependencies through node.js.
Then, from the command line: