README.md in bem-constructor-0.2.0 vs README.md in bem-constructor-0.3.0

- old
+ new

@@ -1,13 +1,14 @@ -# BEM Constructor +# BEM Constructor [![Build Status](https://travis-ci.org/danielguillan/bem-constructor.svg?branch=master)](https://travis-ci.org/danielguillan/bem-constructor) BEM Constructor is a Sass library for building immutable and namespaced BEM-style CSS objects. By enforcing a consistent and programatic way of defining objects (blocks, elements and modifiers) it ensures a more structured, robust and secure object codebase that is easy to understand and maintain. Objects defined using the constructor are impossible to modify and reassign by mistake or omission. Jump to [:hamburger: The Burger Example™](#example) to see the mixins in action. + ## Key ideas The key ideas behind this library are well explained by Harry Roberts in his articles [Immutable CSS](http://csswizardry.com/2015/03/immutable-css/), [More Transparent UI Code with Namespaces](http://csswizardry.com/2015/03/more-transparent-ui-code-with-namespaces/) and [MindBEMding – getting your head ’round BEM syntax](http://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/), ### 1. Immutability @@ -37,10 +38,10 @@ There are 3 ways of installing BEM Constructor: ### Download -Download the Sass files in [stylesheets/](/stylesheets/) and place them in your Sass directory. +Download [bem-constructor.scss](/dist/_bem-constructor.scss) and place it in your Sass directory. ### Bower Run the following command: