From e9aa5d26f8ebc2115ae8751c30d247035cc9d728 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 25 Jul 2022 09:59:42 +0100 Subject: [PATCH] docs: use `npm install` alias See https://github.com/fastify/fastify/pull/3875 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 215c11e..62ac0cb 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Does not support the full syntax `middleware(err, req, res, next)`, because erro ## Install ``` -npm install @fastify/middie +npm i @fastify/middie ``` ## Usage