From aa39cd13a6e0a7f182c99c2a125a03707d54f8d4 Mon Sep 17 00:00:00 2001 From: TheRune222 Date: Thu, 4 Jul 2024 12:22:59 +0200 Subject: [PATCH] Name correction --- docs/wiki/How To Contribute/tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/wiki/How To Contribute/tutorial.md b/docs/wiki/How To Contribute/tutorial.md index 95ddac3..b13423f 100644 --- a/docs/wiki/How To Contribute/tutorial.md +++ b/docs/wiki/How To Contribute/tutorial.md @@ -16,7 +16,7 @@ In this tutorial, I will guide you on how to edit, change, and add information t 1. **Easy Method** - For beginners, with simple steps to make edits. 2. **Advanced Method** - For users familiar with Git, explaining how to install, build, and run the website locally for testing. -Don't be intimidated; contributing is quite straightforward! Rune222 even figured it out before I got the chance to write this tutorial 🤙. +Don't be intimidated; contributing is quite straightforward! TheRune222 even figured it out before I got the chance to write this tutorial 🤙. If you have questions, feel free to ask! @@ -130,4 +130,4 @@ sudo apt-get install imagemagick pngquant find /path/to/your/directory -type f -name "*.png" -exec mogrify -resize 1280x720\> {} \; -exec pngquant --quality=80 --ext .png --force {} \; ``` -::: \ No newline at end of file +::: -- 2.47.2