From b446af85bf6afe19304389e4c6358ed1b5b9fe7f Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sat, 10 Aug 2013 11:41:07 -0400 Subject: [PATCH] updated links on readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 ------ -- 2.39.2