diff options
author | 0neGal <mail@0negal.com> | 2024-02-18 23:21:22 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2024-02-18 23:21:22 +0100 |
commit | 0a92861c11f87cf2dfd87234cfdd320668eca7f3 (patch) | |
tree | dc745d6bca67b3d5c28f69fb0f4b032cf56c0481 | |
parent | 2164046f5af8041e15d26ef7122ad09dc9be2593 (diff) | |
download | Viper-0a92861c11f87cf2dfd87234cfdd320668eca7f3.tar.gz Viper-0a92861c11f87cf2dfd87234cfdd320668eca7f3.zip |
minor Markdown changes
-rw-r--r-- | CONTRIBUTING.md | 2 | ||||
-rw-r--r-- | FAQ.md | 2 | ||||
-rw-r--r-- | README.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ac22c6e..b8684ca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ If you're contributing, please follow <a href="CODE_OF_CONDUCT.md">code of condu `/* */` is useful in some cases, refer to the code example below. -`() => {}` is also preffered over `function () {}` when possible. +`() => {}` is also preferred over `function () {}` when possible. Single use functions are also generally discouraged, if a function is used once there's no need to make it a function. @@ -13,7 +13,7 @@ As briefly covered in the README, you've multiple choices for installing Viper. #### Windows -There's the installer, and the portable exe, we recommend using the installer as it can auto update, there's a Download button on the README which downloads the newest version of the installer. +There's the installer, and the portable `.exe`, we recommend using the installer as it can auto update, there's a Download button on the README which downloads the newest version of the installer. #### Linux @@ -16,7 +16,7 @@ Downloads are available on the [releases page](https://github.com/0neGal/viper/r Please note that some versions will update themselves automatically when a new release is available (just like Origin or Steam) and some will NOT, so choose it accordingly. Only the AppImage, Flatpak and Windows Setup/Installer can auto-update. -**Windows:** [`Viper Setup [x.y.z].exe`](https://0negal.github.io/viper/index.html?win-setup) (auto-updates, and is recommanded), [`Viper [x.y.z].exe`](https://0negal.github.io/viper/index.html?win-portable) (single executable, no fuss) +**Windows:** [`Viper Setup [x.y.z].exe`](https://0negal.github.io/viper/index.html?win-setup) (auto-updates, and is recommended), [`Viper [x.y.z].exe`](https://0negal.github.io/viper/index.html?win-portable) (single executable, no fuss) **Linux:** [`.AppImage`](https://0negal.github.io/viper/index.html?appimage) or [Flatpak](https://flathub.org/apps/details/com.github._0negal.Viper) (auto-updates), [AUR (unofficial)](https://aur.archlinux.org/packages/viper-bin), [`.deb`](https://0negal.github.io/viper/index.html?deb), [`.rpm`](https://0negal.github.io/viper/index.html?rpm), [`.tar.gz`](https://0negal.github.io/viper/index.html?linux) |