From ca65b83a21df26dba5a2995dbbc4d2ea63850c6c Mon Sep 17 00:00:00 2001 From: Chris Dhanaraj Date: Thu, 8 Jun 2017 17:01:12 -0500 Subject: [PATCH] chore(docs): typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22354e033f..c01d00059f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ View available React Components [here](https://react.carbondesignsystem.com). Us ### Getting Started ``` -npm install -S carbon-components-react carbon-components carbon-components-icons +npm install -S carbon-components-react carbon-components carbon-icons ``` 1. These components require the use of [Webpack](http://webpack.github.io/docs/tutorials/getting-started/) in your project. See our [`webpack.config.js`](/.storybook/webpack.config.js) for an example configuration.