From a5c325b5c6a8494c835e90bc340dc6ad4461603c Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 14 Jan 2024 09:34:14 +0000 Subject: [PATCH] docs(readme): replace `fastify.io` links with `fastify.dev` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6398288..299899b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # fastify-api -A **radically simple** API **routing and method injection plugin** for [Fastify](https://fastify.io). +A **radically simple** API **routing and method injection plugin** for [Fastify](https://fastify.dev). Uses [`fastify.inject`](https://github.com/fastify/light-my-request) under the hood, with _developer ergonomics_ in mind.