From c292d03b3c68a61c85043c0a54e20b122bc083bd Mon Sep 17 00:00:00 2001 From: crocs <34723037+pairofcrocs@users.noreply.github.com> Date: Tue, 6 Dec 2022 20:31:38 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7748d5b..0587826 100644 --- a/README.md +++ b/README.md @@ -80,4 +80,4 @@ Join us on [Discord](https://www.tubearchivist.com/discord) and help us improve - [X] Dynamically inject buttons with mutation observer ## Making changes to the JavaScript -The JavaScript does not require any build step; you just edit the files directly. However, there is config for eslint and prettier (a linter and formatter respectively); their use is recommended but not required. To use them, install `node`, run `npm i` from the root directory of this repository to install dependencies, then run `npm run lint` and `npm run format` to run eslint and prettier respectively +The JavaScript does not require any build step; you just edit the files directly. However, there is config for eslint and prettier (a linter and formatter respectively); their use is recommended but not required. To use them, install `node`, run `npm i` from the root directory of this repository to install dependencies, then run `npm run lint` and `npm run format` to run eslint and prettier respectively.