aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-07-26 14:48:53 +0200
committerGitHub <noreply@github.com>2023-07-26 14:48:53 +0200
commit4ad448993c01a41a6af23b1154c5ae64649eef91 (patch)
treeacb83ce8ef7b0ecabee05178e5d8c0da9cb1d597 /README.md
parent6f652e1d2fbe362387c886bf7047f425cc25004d (diff)
downloadPrismLauncher-4ad448993c01a41a6af23b1154c5ae64649eef91.tar.gz
PrismLauncher-4ad448993c01a41a6af23b1154c5ae64649eef91.tar.bz2
PrismLauncher-4ad448993c01a41a6af23b1154c5ae64649eef91.zip
fix: fix typo in README
Co-authored-by: Tayou <31988415+TayouVR@users.noreply.github.com> Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f4a1d3d2..641622b5 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ Thanks to the awesome people over at [MacStadium](https://www.macstadium.com/),
## Forking/Redistributing/Custom builds policy
-You are free to fork, redistribute and provide cusstom builds as long as you follow the terms of the [license](LICENSE) (this is a legal responsibility), and if you made code changes rather than just packaging a custom build, please do the following as a basic courtesy:
+You are free to fork, redistribute and provide custom builds as long as you follow the terms of the [license](LICENSE) (this is a legal responsibility), and if you made code changes rather than just packaging a custom build, please do the following as a basic courtesy:
- Make it clear that your fork is not Prism Launcher and is not endorsed by or affiliated with the Prism Launcher project (<https://prismlauncher.org>).
- Go through [CMakeLists.txt](CMakeLists.txt) and change Prism Launcher's API keys to your own or set them to empty strings (`""`) to disable them (this way the program will still compile but the functionality requiring those keys will be disabled).