From de6cbc37baa858f137efb32db0c7d0c74bc4e81d Mon Sep 17 00:00:00 2001 From: Mohamed Bashar Touil Date: Tue, 5 Dec 2023 21:15:11 +0100 Subject: [PATCH] docs: fix typo in node-gyp package repo link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab91223..897bf4a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ### Requirements - `node >= 16.x` -- node-gyp dependencies installed for your platform (see [node-gyp](https://github.com/microsoft/node-gyp) for more details) +- node-gyp dependencies installed for your platform (see [node-gyp](https://github.com/nodejs/node-gyp) for more details) ### Installation