Reorder sections.
authorMike Taylor <mike@indexdata.com>
Wed, 15 Oct 2014 10:45:34 +0000 (11:45 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 15 Oct 2014 10:45:34 +0000 (11:45 +0100)
doc/index.markdown

index 4484c19..00a9dcb 100644 (file)
@@ -17,19 +17,6 @@ searching with minimal effort.  All you need to do is pull in our
 JavaScript and optional stylesheet, then add `<div>`s to your page
 that have special `class` attributes. We do the rest.
 
-A minimal example
------------------
-
-Here is a completely functional (though ugly) MKWS-based
-searching application:
-
-       <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
-       <div class="mkwsSearch"></div>
-       <div class="mkwsResults"></div>
-
-That's it. A complete metasearching application. Everything
-else is refinement.
-
 Supported Browsers
 ------------------
 
@@ -45,6 +32,19 @@ Any modern browser will work fine. JavaScript must be enabled.
 
 Not supported: IE6, IE7
 
+A minimal example
+-----------------
+
+Here is a completely functional (though ugly) MKWS-based
+searching application:
+
+       <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
+       <div class="mkwsSearch"></div>
+       <div class="mkwsResults"></div>
+
+That's it. A complete metasearching application. Everything
+else is refinement.
+
 Documentation
 -------------