aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZlatan Vasović <[email protected]>2014-03-20 21:54:14 +0100
committerZlatan Vasović <[email protected]>2014-03-20 21:54:14 +0100
commit874bb1b9b5b0ecaa63328cec4c3d2df11a227556 (patch)
tree497b2c24a085e5701d5dffc51ffb543c792a47d3
parenta7bc66fc202ebed8e5cd6c17dc262445830b5678 (diff)
downloadbootstrap-874bb1b9b5b0ecaa63328cec4c3d2df11a227556.tar.xz
bootstrap-874bb1b9b5b0ecaa63328cec4c3d2df11a227556.zip
Remove redundant `<code>` styling
npm shouldn't have `<code>` styling.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5e3c2f143..7b1aaea81 100644
--- a/README.md
+++ b/README.md
@@ -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