summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-09-03 09:33:04 -0400
committerThomas Park <thomas@thomaspark.me>2012-09-03 09:33:04 -0400
commit1c550a961330cb4c16a107a3f7a07c872a57f69a (patch)
tree5895281773cfaa0daafb5370d47bab8c65aba2b8 /index.html
parent1ef97b49e02811fca03671c876685f901a0da5ab (diff)
api: added camelCase properties
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 30176367..61772ca2 100644
--- a/index.html
+++ b/index.html
@@ -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>