diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-09-03 09:33:04 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-09-03 09:33:04 -0400 |
commit | 1c550a961330cb4c16a107a3f7a07c872a57f69a (patch) | |
tree | 5895281773cfaa0daafb5370d47bab8c65aba2b8 /index.html | |
parent | 1ef97b49e02811fca03671c876685f901a0da5ab (diff) |
api: added camelCase properties
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ <h4>Request</h4> <p>Send your request to <code>http://api.bootswatch.com</code>.</p> <h4>Response</h4> - <p>This returns a <code>themes</code> array, and each theme has the following properties: <code>name</code>, <code>description</code>, <code>preview</code>, <code>thumbnail</code>, <code>css</code>, <code>css-min</code>, <code>less</code>, and <code>less-variables</code>. + <p>This returns a <code>themes</code> array, and each theme has the following properties: <code>name</code>, <code>description</code>, <code>preview</code>, <code>thumbnail</code>, <code>css</code>, <code>cssMin</code>, <code>less</code>, and <code>lessVariables</code>. <h4>Demo</h4> <p>A <a target="_blank" href="http://jsbin.com/asowud/1/edit">simple example</a>, using <a target="_blank" href="https://github.com/janl/mustache.js">mustache.js</a> for templating.</p> <h4>Credits</h4> |