diff options
| author | Zlatan Vasović <[email protected]> | 2014-03-20 21:54:14 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2014-03-20 21:54:14 +0100 |
| commit | 874bb1b9b5b0ecaa63328cec4c3d2df11a227556 (patch) | |
| tree | 497b2c24a085e5701d5dffc51ffb543c792a47d3 | |
| parent | a7bc66fc202ebed8e5cd6c17dc262445830b5678 (diff) | |
| download | bootstrap-874bb1b9b5b0ecaa63328cec4c3d2df11a227556.tar.xz bootstrap-874bb1b9b5b0ecaa63328cec4c3d2df11a227556.zip | |
Remove redundant `<code>` styling
npm shouldn't have `<code>` styling.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ From the command line: When completed, you'll be able to run the various Grunt commands provided from the command line. -**Unfamiliar with `npm`? Don't have node installed?** That's a-okay. npm stands for [node packaged modules](http://npmjs.org/) and is a way to manage development dependencies through node.js. [Download and install node.js](http://nodejs.org/download/) before proceeding. +**Unfamiliar with npm? Don't have node installed?** That's a-okay. npm stands for [node packaged modules](http://npmjs.org/) and is a way to manage development dependencies through node.js. [Download and install node.js](http://nodejs.org/download/) before proceeding. ### Available Grunt commands |
