Skip to content

Commit a7033d5

Browse files
Merge pull request #1 from evanjrowley/patch-1
Update README.md
2 parents 7fe49eb + d6cd5d7 commit a7033d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const { data, contentType } = await pinata.gateways.get(cidMapping);
123123

124124
### Example Demo
125125

126-
The [IPCM.dev](https://ipfs.dev) website is an example of how IPCM can be used for static webhosting. It consists of a simple Cloudflare Worker that fetches the contract state each time a request is made and renders the content through an IPFS Gateway, creating a static proxy which only requires updating the onchian reference to update the site.
126+
The [IPCM.dev](https://ipcm.dev/) website is an example of how IPCM can be used for static webhosting. It consists of a simple Cloudflare Worker that fetches the contract state each time a request is made and renders the content through an IPFS Gateway, creating a static proxy which only requires updating the onchian reference to update the site.
127127

128128
```typescript
129129
import { createPublicClient, http } from "viem";

0 commit comments

Comments
 (0)