Skip to content

Commit f07b076

Browse files
committed
Fix elysia section
1 parent 8e9a000 commit f07b076

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/manual/integration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,8 @@ an exceptional developer experience. Powered by Bun, it delivers high
591591
performance and modern tooling. The *@fedify/elysia* package provides
592592
a seamless plugin for integrating Fedify with Elysia:
593593

594+
::: code-group
595+
594596
~~~~ sh [Bun]
595597
bun add @fedify/elysia
596598
~~~~
@@ -611,6 +613,8 @@ pnpm add @fedify/elysia
611613
yarn add @fedify/elysia
612614
~~~~
613615

616+
:::
617+
614618
~~~~ typescript
615619
import { fedify } from "@fedify/elysia";
616620
import { federation } from "./federation.ts"; // Your `Federation` instance

0 commit comments

Comments
 (0)