From 3367d4e718c49f7f7024f6839c7c694ed3af1492 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 25 Jul 2022 09:43:39 +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 5b56404f..b453626a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Beta. `@fastify/passport` is still a relatively new project. There may be incomp ## Installation ```shell -npm install @fastify/passport +npm i @fastify/passport ``` ## Google OAuth2 Video tutorial