From 1cd18b525b46e83bfc27d4d962a3a54f617fc8cd Mon Sep 17 00:00:00 2001 From: Tyler Dougherty Date: Thu, 29 Dec 2022 19:34:31 -0600 Subject: [PATCH] updated attribution to README --- README.md | 4 ++++ src/main.js | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7fd02f8..bc4b32f 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,9 @@ ## A simple electron taskbar icon for wireless device battery level. This project is a work in progress developed mainly for personal use. +Much of this code is adapted from other works, credit below: +* OpenRazer https://github.com/openrazer/openrazer +* Hsutungyu https://github.com/hsutungyu/razer-mouse-battery-windows + ## Supported Hardware * Basilisk (Wireless, Plugged in) \ No newline at end of file diff --git a/src/main.js b/src/main.js index 9800597..35daf45 100644 --- a/src/main.js +++ b/src/main.js @@ -1,6 +1,3 @@ -// Much of this code is adapted from other works, credit below -// OpenRazer https://github.com/openrazer/openrazer -// Hsutungyu https://github.com/hsutungyu/razer-mouse-battery-windows var { WebUSB } = require('usb');