Unverified Commit 3c9a4425 authored by Hong Minhee's avatar Hong Minhee
Browse files

Add badges

[ci skip]
parent 74336af4
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@fedify/h3: Integrate Fedify with h3
====================================

[![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 [h3].
The integration code looks like this:

@@ -26,6 +30,12 @@ app.use(router);
> If you don't do this, Fedify will not be able to respond with a proper error
> status code when a content negotiation fails.

[npm]: https://www.npmjs.com/package/@fedify/h3
[npm badge]: https://img.shields.io/npm/v/@fedify/h3?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/
[h3]: https://h3.unjs.io/