diff --git a/README.md b/README.md index 1de656e21..f7480ab98 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,10 @@ Key Features # Getting Started -* `npm install semantic-ui` - Includes build tools. Use themes, import tasks into your own gulpfile. -* `npm install semantic-ui-less` - Themable LESS files only -* `npm install semantic-ui-css` - Prebuilt version with default theme +```bash +npm install semantic-ui # Use themes, import build/watch tasks into your own gulpfile. +npm install semantic-ui-css # Prebuilt version with default theme +``` For more detail into how work with Semantic when building a site please [read our customization guide](http://learnsemantic.com/developing/customizing.html) on [LearnSemantic.com](http://learnsemantic.com/)