From fd4ac95af0f840cf551c982b57dc75aacb0cc90d Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Tue, 28 Nov 2023 23:24:31 +0400 Subject: [PATCH] Fix readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2acbcea..fea93eb 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ This is a part of [Node3D](https://github.com/raub) project. [![NPM](https://badge.fury.io/js/deps-uiohook-raub.svg)](https://badge.fury.io/js/deps-uiohook-raub) -[![ESLint](https://github.com/raub/deps-uiohook-raub/actions/workflows/eslint.yml/badge.svg)](https://github.com/raub/deps-uiohook-raub/actions/workflows/eslint.yml) -[![Test](https://github.com/raub/deps-uiohook-raub/actions/workflows/test.yml/badge.svg)](https://github.com/raub/deps-uiohook-raub/actions/workflows/test.yml) +[![ESLint](https://github.com/node-3d/deps-uiohook-raub/actions/workflows/eslint.yml/badge.svg)](https://github.com/node-3d/deps-uiohook-raub/actions/workflows/eslint.yml) +[![Test](https://github.com/node-3d/deps-uiohook-raub/actions/workflows/test.yml/badge.svg)](https://github.com/node-3d/deps-uiohook-raub/actions/workflows/test.yml) ```console npm i -s deps-uiohook-raub @@ -19,7 +19,7 @@ binaries through **NPM** for **Node.js** addons. See the [libUIOHook repository](https://github.com/kwhat/libuiohook). -See [uiohook-raub](https://github.com/raub/uiohook-raub/tree/master/src) for +See [iohook-raub](https://github.com/node-3d/iohook-raub/tree/master/src) for how the libraries may be used in a Node.js addon.