diff options
-rw-r--r-- | help/index.html | 2 |
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> |