@cryptotaxi247 / kubo / commits / 92c76cc91

docs: clarify browser descriptions for webtransport

Jorropo committed Jan 20, 2023 at 11:24 UTC 92c76cc91e84113e03d14ad49f0cfc972c61aae9
1 file changed +1 -1
docs/changelogs/v0.18.md
+1 -1
@@ -130,7 +130,7 @@ since Kubo 0.13, but in this release it will also include the size column.
130 ##### WebTransport enabled by default
131 [WebTransport](https://docs.libp2p.io/concepts/transports/webtransport/) is a new libp2p transport that [was introduced in v0.16](https://github.com/ipfs/kubo/blob/master/docs/changelogs/v0.16.md#-webtransport-new-experimental-transport) that is based on top of QUIC and HTTP3.
132
133 -This allows browsers to contact Kubo nodes, so now instead of just serving requests for other system level applicative nodes, you can also serve requests directly to a browser.
133 +This allows browser-based nodes to contact Kubo nodes, so now instead of just serving requests for other system-level application nodes, you can also serve requests directly to a node running inside a browser page.
134
135 For the full story see [connectivity.libp2p.io](https://connectivity.libp2p.io/).
136