From: Thomas Park Date: Sat, 10 Aug 2013 15:41:07 +0000 (-0400) Subject: updated links on readme X-Git-Tag: v3.0.0-rc2~3 X-Git-Url: http://git.roojs.org/?p=bootswatch;a=commitdiff_plain;h=b446af85bf6afe19304389e4c6358ed1b5b9fe7f updated links on readme --- diff --git a/README.md b/README.md index f8d8e59..a35997e 100644 --- a/README.md +++ b/README.md @@ -14,22 +14,22 @@ For use with Rails, check out [bootswatch-rails](https://github.com/maxim/bootsw Customization ------ -Bootswatch is an open source project, and you’re welcome to modify the themes further. If you’re interested, fork or follow the GitHub repository. +Bootswatch is an open source project, and you’re welcome to fork and modify the themes. Each raw theme consists of two LESS files. One is `variables.less`, which is included by default in Bootstrap and allows you to customize [these settings](http://twitter.github.io/bootstrap/customize.html#variables). The other is called `bootswatch.less` and introduces more extensive structural changes. -Check out the [Help page](https://bootswatch.com/help/) for more details on building your own theme. +Check out the [Help page](http://bootswatch.com/help/) for more details on building your own theme. API ----- A simple API is available for integrating your platform with Bootswatch. -The swatch objects are housed in an array called `themes`, and each swatch has the following properties: `name`, `description`, `preview`, `thumbnail`, `css`, `css-min`, `less`, and `less-variables`. +The swatch objects are housed in an array called `themes`, and each swatch has the following properties: `name`, `description`, `preview`, `thumbnail`, `css`, `cssMin`, `less`, and `lessVariables`. -CORS and JSONP are supported. Send your request to `http://api.bootswatch.com`. +CORS and JSONP are supported. Send your request to `http://api.bootswatch.com/3/`. -A simple demo, using mustache.js for templating: http://jsbin.com/asowud/1029/edit +More info at http://bootswatch.com/help/#api Author ------