From ea01e6eef3838f363bebd388bd09774db27f33a3 Mon Sep 17 00:00:00 2001 From: Mosh <1306020+mishmosh@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:06:48 -0500 Subject: [PATCH] Update docs/concepts/ipfs-implementations.md Co-authored-by: Daniel Norman <1992255+2color@users.noreply.github.com> --- docs/concepts/ipfs-implementations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/ipfs-implementations.md b/docs/concepts/ipfs-implementations.md index 7d2b4cac6..98019dab8 100644 --- a/docs/concepts/ipfs-implementations.md +++ b/docs/concepts/ipfs-implementations.md @@ -22,7 +22,7 @@ Looking for an easy way to get started? Install these tools for no-code access t | Name | URL | Language(s) | What it's trying to do | |----------------|---------------------------------------|----------------|-----------------------------------------------------------------------------------------------| | IPFS Desktop | | javascript | Desktop application bundling a Kubo node with file manager, peer manager and content explorer | -| IPFS Companion | | javascript | Browser extension that runs a local Kubo node and gets content from the public network | +| IPFS Companion | | javascript | Browser extension adding support for `ipfs://` addresses which are fetched from the public network by a local Kubo node | ## Popular Node Implementations and Tools