From 6aa89de66a8c9e541a90b69bf18b737b47ecb700 Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Tue, 31 Mar 2020 13:47:53 +0200 Subject: [PATCH] chore: update documentation --- index.html | 727 +++++++++++++++++++++++++++-------------------------- 1 file changed, 369 insertions(+), 358 deletions(-) diff --git a/index.html b/index.html index e8bc0d86..f69c1373 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - libp2p 0.27.3 | Documentation + libp2p 0.27.4 | Documentation @@ -15,7 +15,7 @@

libp2p

-
0.27.3
+
0.27.4
+ +
  • Instance members
  • @@ -112,40 +123,6 @@ -
- - - - -
  • - index - - - -
  • @@ -381,6 +358,34 @@ +
  • + index + + + + + +
  • + +
  • @@ -1236,10 +1241,10 @@

    You can then require() libp2p as normal:

    const libp2P = require('libp2p')

    In the Browser

    -

    Libp2p should work in any ES2015 environment out of the box.

    +

    libp2p should work in any ECMAScript 2018 environment out of the box.

    Usage:

    <script type="text/javascript" src="index.js"></script>
    -

    The portable versions of libp2p, including index.js and index.min.js, are included in the /dist folder. Libp2p can also be found on unpkg.com under

    +

    The portable versions of libp2p, including index.js and index.min.js, are included in the /dist folder. libp2p can also be found on unpkg.com under