Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Apr 9, 2024
1 parent 3dd3eda commit a5d6cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
```
Expand All @@ -40,7 +40,7 @@ deno run --allow-write main.ts
Resulting `index.html`:

```html
<a href="https://example.com">Hello, world!</a>
<a href="https://jsr.io/@fartlabs/ht">@fartlabs/ht</a>
```

## Contribute
Expand Down

0 comments on commit a5d6cee

Please sign in to comment.