summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-08-10 11:41:07 -0400
committerThomas Park <thomas@thomaspark.me>2013-08-10 11:41:07 -0400
commitb446af85bf6afe19304389e4c6358ed1b5b9fe7f (patch)
tree0426901654850481fbcc0bea2701877dd237133e /README.md
parentcdaa5e043bdc13505f28c5b8926edd4fdb3d8990 (diff)
updated links on readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index f8d8e590..a35997ee 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
------