Namdak Tonpa 5 years ago
parent
commit
14964179e6
1 changed files with 2 additions and 3 deletions
  1. 2 3
      index.html

+ 2 - 3
index.html

@@ -27,7 +27,7 @@
             <h3>SYNOPSIS</h3>
             <div>REST is a framework with typed JSON. Features and Goals:
               <ul><li>Fastest possible Record &#60;-&#62; Proplists transformations</li>
-                 <li>Smallest REST framework in the world</li>
+                 <li>Smallest REST framework in the world (3 files drop).</li>
                  <li>ETS/KVS/Any storage selection by scaffolding</li></ul>
                  We've achived first goal by providing parse_transform code generation for tuple transformations.
                  And second requirement was achieved by not including routing bullshit and other uncertain features.
@@ -130,9 +130,8 @@
     <section>
         <h3>MODULES</h3>
         <ul><li><b><a href="man/rest.htm">rest</a></b> — rest</li>
-            <li><b><a href="man/rest_app.htm">rest_app</a></b> — rest_app</li>
             <li><b><a href="man/rest_cowboy.htm">rest_cowboy</a></b> — rest_cowboy</li>
-            <li><b><a href="man/rest_sup.htm">rest_sup</a></b> — rest_sup</li>
+            <li><b><a href="man/rest_kvs.htm">rest_kvs</a></b> — rest_kvs</li>
         </ul>
     </section>