diff --git a/README.md b/README.md index 9d12da5..ad97e51 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ -# public-gateway-checker +# ipfs/public-gateway-checker Checks which public IPFS gateways are online or not. NOTE: All of these (except gateway.ipfs.io and ipfs.io) are hosted by third-parties and should be treated as such. -You can view the website via Github Pages: https://ipfs.github.io/public-gateway-checker/ +You can view this website on GitHub Pages: https://ipfs.github.io/public-gateway-checker/ + +Here's a screenshot: + +[![screenshot](https://ipfs.io/ipfs/QmUeCSd4gHio7MxZuRXCcLFXED9GpfntKcL87gmXvZV3ed)](https://ipfs.github.io/public-gateway-checker/) A CLI version `ipfg` is available here: https://github.com/JayBrown/Tools/tree/master/ipfg + +If you'd like to add a new public gateway, please edit `gateways.json` and submit a pull request.