diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-12-28 23:36:27 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-12-28 23:36:27 -0500 |
commit | 91028e46ae3ad6e2755c6b1e236b8653e9eb31d5 (patch) | |
tree | 034dc457b5a98493f69174c0e0b1d90e37e7ac6d | |
parent | 9960c83def76e862ddc0f423d2e7b79ddae1480a (diff) |
readme: add BootstrapCDN link, closes #58
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,9 +5,9 @@ Bootswatch is a collection of free themes for [Twitter Bootstrap](http://twitter Usage ----- -Head over to [Bootswatch](http://bootswatch.com) and download the `bootstrap.min.css` file associated with a theme. +Head over to [Bootswatch](http://bootswatch.com) and download the `bootstrap.min.css` file associated with a theme. Replace Bootstrap's stylesheet with this file. -In Bootstrap’s CSS directory, you’ll find a stylesheet in full (`bootstrap.css`) and minified (`bootstrap.min.css`) forms. Rename them or move them to a safe place, and replace with the downloaded file. If you ever change your mind, simply drop in another theme or switch back to the original. +The themes are also hosted on [BootstrapCDN](http://www.bootstrapcdn.com/). For use with Rails, check out [bootswatch-rails](https://github.com/maxim/bootswatch-rails) (Sass) and [twitter-bootswatch-rails](https://github.com/scottvrosenthal/twitter-bootswatch-rails) (LESS). |