From 255467e55bed1cc8b024aec2335b632c15e3f00c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jordi=20Armangu=C3=A9?= Date: Sun, 24 Sep 2023 19:21:49 +0200 Subject: [PATCH] replaced yomichan references to yomitan at CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b67f609277..0b0d722c78 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,10 +1,10 @@ # Issues and Features -Issues reported on [GitHub](https://github.com/FooSoft/yomichan/issues) should include information about: +Issues reported on [GitHub](https://github.com/themoeway/yomitan/issues) should include information about: * What the problem, question, or request is. * What browser is being used. -* What version of Yomichan is being used. +* What version of Yomitan is being used. * If applicable, an export of the settings file. # Development @@ -21,7 +21,7 @@ Below are a few guidelines to ensure contributions have a good level of quality ## Setup -Yomichan uses [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/) tools for building and testing. +Yomitan uses [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/) tools for building and testing. After installing these Node.js, the development environment can be set up by running `npm ci`. ## Testing