Skip to content

Commit 321e979

Browse files
authored
Added JSR and fixed link to v4 guides (#1055)
1 parent 940b602 commit 321e979

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ yarn add effection
1515

1616
## Deno
1717

18-
Effection has first class support for Deno because it is developed with [Deno](https://deno.land). Releases are published to [https://deno.land/x/effection](https://deno.land/x/effection). For example, to import the `main()` function:
18+
Effection has first class support for Deno because it is developed with [Deno](https://deno.land). Releases are published to [JSR](https://jsr.io/@effection/effection) and [https://deno.land/x/effection](https://deno.land/x/effection). For example, to import the `main()` function:
1919

2020
```ts
21-
import { main } from "jsr:@effection/[email protected]-beta.2";
21+
import { main } from "jsr:@effection/[email protected]";
2222
```
2323

2424
> 💡 If you're curious how we keep NPM/YARN and Deno packages in-sync, you can [checkout the blog post on how publish Deno packages to NPM.][deno-npm-publish].

www/routes/guides-route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export function guidesRoute({
176176
href={yield* createRootUrl("docs")(page.id)}
177177
class="font-medium text-sky-500 hover:underline"
178178
>
179-
View ${current} docs →
179+
View {current} docs →
180180
</a>
181181
</div>
182182
) : (

0 commit comments

Comments
 (0)