diff --git a/README.md b/README.md
index 34e664c..a9578fb 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ deno add @fartlabs/ht
```ts
import { a } from "@fartlabs/ht";
-const html = a({ href: "https://example.com" }, "Hello, world!");
+const html = a({ href: "https://jsr.io/@fartlabs/ht" }, "@fartlabs/ht");
Deno.writeTextFileSync("index.html", html);
```
@@ -40,7 +40,7 @@ deno run --allow-write main.ts
Resulting `index.html`:
```html
-Hello, world!
+@fartlabs/ht
```
## Contribute