Namdak Tonpa 7 years ago
parent
commit
0b368a7794
1 changed files with 4 additions and 3 deletions
  1. 4 3
      man/kvs_stream.htm

+ 4 - 3
man/kvs_stream.htm

@@ -35,8 +35,7 @@
    The data in list could be removed only by record id.
    The data in list could be removed only by record id.
    The list could not contain duplicates or even records with the same id.
    The list could not contain duplicates or even records with the same id.
    When you consume the stream, the data is not deleted.
    When you consume the stream, the data is not deleted.
-   The possible applications are: public and private feeds, FIFO queues,
-   unread messages, chat applications, blockchain, etc.</p>
+   </p>
 
 
         <p><blockquote><p><ul>
         <p><blockquote><p><ul>
             <li><b><a href="#new">new/0</a></b> &mdash; new list.</li>
             <li><b><a href="#new">new/0</a></b> &mdash; new list.</li>
@@ -71,7 +70,9 @@
       You can grab <a style="margin-bottom:30px;"
       You can grab <a style="margin-bottom:30px;"
        href="https://raw.githubusercontent.com/synrc/kvs/master/src/kvs_stream.erl">kvs_stream</a>
        href="https://raw.githubusercontent.com/synrc/kvs/master/src/kvs_stream.erl">kvs_stream</a>
       and use it in your applications without importing <b>synrc/kvs</b> dependency,
       and use it in your applications without importing <b>synrc/kvs</b> dependency,
-      as this module is self-containing.<br><br>
+      as this module is self-containing.
+      The possible applications are: public and private feeds, FIFO queues,
+   unread messages, chat applications, blockchain, etc.<br><br>
         <img src="https://n2o.space/img/Erlang.png" width=50></p>
         <img src="https://n2o.space/img/Erlang.png" width=50></p>
 
 
     </section>
     </section>