diff --git a/README.md b/README.md index db1a105..698f785 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ As shown above, we provide a Stack-mode-only package of TableSaw. It’s a bareb ```html - + ``` @@ -171,26 +171,33 @@ The argument to `tablesaw-stack` is the breakpoint at which the table will switc If you want the other modes, it’ll take a little bit more configuration. -The `columntoggle` mode requires the [Filament Group dialog](https://github.com/filamentgroup/dialog). Install all dependencies easily using bower: +The `columntoggle` mode requires the [Filament Group dialog](https://github.com/filamentgroup/dialog). - bower install +```html + + -(if bower is installed globally) or + + + + +``` - ./node_modules/.bin/bower install +Or, if you use Bower to manage your dependencies (and bower is installed globally): -(if bower is not installed globally) + bower install ```html - + ``` + Check out any of the demos above for complete working examples. ## [Tests](http://filamentgroup.github.io/tablesaw/test/tablesaw.html)