diff --git a/src/_blog/ipfs-browser-connectivity-walkthrough.md b/src/_blog/ipfs-browser-connectivity-walkthrough.md index f49e317a..e3d715a2 100644 --- a/src/_blog/ipfs-browser-connectivity-walkthrough.md +++ b/src/_blog/ipfs-browser-connectivity-walkthrough.md @@ -19,7 +19,7 @@ Under this paradigm, data can be retrieved from wherever it is stored across the What this means for the average app developer is that instead of hosting an app and its requisite data on a centralized server, they can now upload their app to IPFS and run it directly from a decentralized storage network. This post takes a look at developing web browser interconnectivity through IPFS by putting together a very basic chat interface. -