renamed repo

This commit is contained in:
Jack 2020-10-14 15:21:38 +01:00
parent 6408892d1b
commit 5b83cd115b
4 changed files with 6 additions and 6 deletions

View file

@ -16,7 +16,7 @@
3. Run `firebase login` on your terminal to log in to the same google account as you just used to create the project.
4. Git clone this project.
5. Run `npm install` in the `functions/` directory
6. Compile `public/css/style.scss` to `public/css/style.min.css` as [described below](https://github.com/Miodec/monkey-type/blob/master/CONTRIBUTING.md#standards--conventions)
6. Compile `public/css/style.scss` to `public/css/style.min.css` as [described below](https://github.com/Miodec/monkeytype/blob/master/CONTRIBUTING.md#standards--conventions)
7. Rename `.firebaserc_example` to `.firebaserc` and change the project name of default to the firebase project id you just created.
- If `.firebaserc_example` does not exist after cloning, create your own with:

View file

@ -36,4 +36,4 @@ If you wish to support further development and feeling extra awesome, you can do
# how to contribute
Refer to [CONTRIBUTING.md](https://github.com/Miodec/monkey-type/blob/master/CONTRIBUTING.md)
Refer to [CONTRIBUTING.md](https://github.com/Miodec/monkeytype/blob/master/CONTRIBUTING.md)

View file

@ -1362,7 +1362,7 @@
Discord server
</a>
, send me a message on Reddit or create an issue on
<a href="https://github.com/Miodec/monkey-type" target="_blank">
<a href="https://github.com/Miodec/monkeytype" target="_blank">
GitHub.
</a>
</p>
@ -1397,7 +1397,7 @@
</p>
<p>
<a
href="https://github.com/Miodec/monkey-type/graphs/contributors"
href="https://github.com/Miodec/monkeytype/graphs/contributors"
>
Contributors
</a>
@ -3032,7 +3032,7 @@
<i class="fas fa-fw fa-code"></i>
Contribute on
<a
href="https://github.com/Miodec/monkey-type"
href="https://github.com/Miodec/monkeytype"
target="_blank">GitHub</a>
</div>
<div>

View file

@ -148,7 +148,7 @@ function showNotification(text, time) {
function getReleasesFromGitHub() {
$.getJSON(
"https://api.github.com/repos/Miodec/monkey-type/releases",
"https://api.github.com/repos/Miodec/monkeytype/releases",
(data) => {
$("#bottom .version").text(data[0].name).css("opacity", 1);
$("#versionHistory .releases").empty();