Update src/_blog/break-on-through-gateways-part-1.md

Co-authored-by: Mosh <1306020+mishmosh@users.noreply.github.com>
This commit is contained in:
Daniel Norman
2022-06-06 22:13:17 +02:00
committed by GitHub
parent 3b3db33bcb
commit 84689ff318
@@ -129,7 +129,6 @@ You request content from an IPFS gateway by passing a CID in the HTTP request. S
In its simplest form, a gateway is an IPFS node that also accepts HTTP requests for CIDs in addition to speaking the IPFS protocol to participate in the peer-to-peer network. Most IPFS implementations can also work as a gateway.
![Any supported IPFS node can also be a gateway](../assets/browser-gateway.png)
### Example