README.md in mcgriddle-0.4.0 vs README.md in mcgriddle-0.4.1

- old
+ new

@@ -4,11 +4,10 @@ ```scss $grid-width : 64em; $grid-gutter : 1.875em; $grid-columns: 12; -$grid-flexbox: false; ``` …and you’re ready to build. ```html @@ -86,11 +85,11 @@ $grid-rtl : false; ``` --- -### Read the [documentation](https://jonsuh.com/mcgriddle) for full list and explanation of settings, mixins and functions. +### Read the [documentation](https://jonsuh.com/mcgriddle/) for a full list and explanation of settings, mixins and functions. --- Features: @@ -195,5 +194,13 @@ ```scss $grid-rtl: true; .container { @include container; } ``` + +_Be sure to read the [documentation](https://jonsuh.com/mcgriddle/) for a full list of settings, mixins and functions._ + +## That’s it? + +The documentation is still a work-in-progress, so there are features and functionality that have yet to be properly documented. I also have a couple more features I’d like to build (when and if I decide to), but aside from that… yep, that’s it. + +I originally created McGriddle for me—I wanted something stupid simple and straight forward. Therefore if you’re looking for something more robust, I’d suggest [Bourbon Neat](https://github.com/thoughtbot/neat) or [Susy](http://susy.oddbird.net/).