aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarius Jahandarie <djahandarie@gmail.com>2023-09-25 02:42:15 +0000
committerGitHub <noreply@github.com>2023-09-25 02:42:15 +0000
commit9b173897ecf12aeade5599bc48cce908419b6b40 (patch)
treefe84a31cae37dac0714b088fd7d94da5f7b96fd7
parentb095efd9251066ef5e179b9fd29f0996d2440340 (diff)
parentbe7c166434aee4037c88767cd170b5c582ced5df (diff)
Merge pull request #257 from jarmanso7/master
replaced yomichan references to yomitan at CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b67f6092..0b0d722c 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