summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-04-30 18:48:45 -0400
committerThomas Park <thomas@thomaspark.me>2012-04-30 18:48:45 -0400
commit287c561c1e699394f96da42f0e016d15ef071fdb (patch)
tree7960bf49bc55de065e1e36749faf600e31f80cf3
parent71e7b4c7cae49338764be3c42975a33b43cbc8c2 (diff)
index: api tweaks
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 927ae8f0..88ad6ec1 100644
--- a/index.html
+++ b/index.html
@@ -104,7 +104,7 @@
<div class="span4">
<img src="img/glyphicons_265_electrical_plug.png">
<h3>Get Plugged In</h3>
- <p>An <a data-toggle="modal" href="#modal-api">API</a> is available to integrate Bootswatch with your app or platform.</p>
+ <p>An <a data-toggle="modal" href="#modal-api">API</a> is available for integrating your platform with Bootswatch.</p>
</div>
<div class="span4">
<img src="img/glyphicons_032_wifi_alt.png">
@@ -120,7 +120,7 @@
</div>
<div class="modal-body">
<h4>Properties</h4>
- <p>The following properties are available for each swatch: <code>name</code>, <code>description</code>, <code>preview</code>, <code>thumbnail</code>, <code>css</code>, and <code>css-min</code>.
+ <p>The swatches are housed in an array called <code>themes</code>, and each swatch has the following properties: <code>name</code>, <code>description</code>, <code>preview</code>, <code>thumbnail</code>, <code>css</code>, and <code>css-min</code>.
<h4>Request</h4>
<p>CORS and JSONP are supported. Send your request to <code>http://simplejsonp.nodester.com/thomaspark/bootswatch/</code></p>
<h4>Demo</h4>