Commit f8efb1a8 authored by Kim, Hyeonseo's avatar Kim, Hyeonseo
Browse files

Update packages/elysia/README.md

parent 1e036e8f
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
<!-- deno-fmt-ignore-file -->

@fedify/express: Integrate Fedify with Express
==============================================
@fedify/elysia: Integrate Fedify with Elysia
===========================================

[![npm][npm badge]][npm]
[![Matrix][Matrix badge]][Matrix]
[![Follow @fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]

This package provides a simple way to integrate [Fedify] with [Express].
This package provides a simple way to integrate [Fedify] with [ElysiaJS].

The integration code looks like this:

@@ -26,10 +26,10 @@ console.log("Elysia App Start!");
~~~~

[npm]: https://www.npmjs.com/package/@fedify/elysia
[npm badge]: https://img.shields.io/npm/v/@fedify/express?logo=npm
[npm badge]: https://img.shields.io/npm/v/@fedify/elysia?logo=npm
[Matrix]: https://matrix.to/#/#fedify:matrix.org
[Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org
[@fedify@hollo.social badge]: https://fedi-badge.deno.dev/@fedify@hollo.social/followers.svg
[@fedify@hollo.social]: https://hollo.social/@fedify
[Fedify]: https://fedify.dev/
[Express]: https://expressjs.com/
[ElysiaJS]: https://elysiajs.com/