summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-09-04 09:33:45 -0400
committerThomas Park <thomas@thomaspark.me>2013-09-04 09:33:45 -0400
commit5650620d4e351137db593d80164d0460a440b2ff (patch)
tree841503c6359fa479161e15ff886f8b6968e9ff78 /help
parentc4ba119b710600a29492a16e656f8a2b61479e0a (diff)
help: add cssCdn to API info
Diffstat (limited to 'help')
-rw-r--r--help/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/index.html b/help/index.html
index 87c79e3c..ef83ef1d 100644
--- a/help/index.html
+++ b/help/index.html
@@ -115,7 +115,7 @@
<h1 id="api">API</h1>
<p>You can use the API to integrate the themes with your platform. Send your request to:</p>
<p><a href="http://api.bootswatch.com/3/">http://api.bootswatch.com/3/</a></p>
- <p>This returns the <code>version</code> and a <code>themes</code> array with 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>.</p>
+ <p>This returns the <code>version</code> and a <code>themes</code> array with the following properties: <code>name</code>, <code>description</code>, <code>preview</code>, <code>thumbnail</code>, <code>css</code>, <code>cssMin</code>, <code>cssCdn</code>, <code>less</code>, and <code>lessVariables</code>.</p>
<p>Here's a <a href="http://jsbin.com/oqubil/1/edit" target="_blank">demo</a> with mustache.js templating.</p>
</div>