Generate HTML using pandoc|tweak-html.
[mkws-moved-to-github.git] / doc / mkws-manual.markdown
index e76a1da..ac8ea6f 100644 (file)
@@ -40,7 +40,7 @@ extent. Against this backdrop, we introduced MKWS (the MasterKey
 Widget Set) -- a set of simple, very high-level HTML+CSS+JavaScript
 components that can be incorporated into any web-site to provide
 MasterKey searching facilities. By placing `<div>`s with well-known
-identifiers in any HTML page, the various components of an application
+MKWS classes in any HTML page, the various components of an application
 can be embedded: search-boxes, results areas, target information, etc.
 
 
@@ -57,8 +57,8 @@ The following is a complete MKWS-based searching application:
         <link rel="stylesheet" href="http://mkws.indexdata.com/mkws.css" />
       </head>
       <body>
-        <div id="mkwsSearch"></div>
-        <div id="mkwsResults"></div>
+        <div class="mkwsSearch"></div>
+        <div class="mkwsResults"></div>
       </body>
     </html>