aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennyMcLennington <lenny@sneed.church>2022-05-30 23:52:12 +0100
committerGitHub <noreply@github.com>2022-05-30 23:52:12 +0100
commit2727df704f19d34e2169b3899c2646917fc4a594 (patch)
treea24d9054df122bd22f67beb5168b1af87ec2d844
parent8ce8aadd9b7f9da5ef09e1e36e913f12928f3ca9 (diff)
downloadPrismLauncher-2727df704f19d34e2169b3899c2646917fc4a594.tar.gz
PrismLauncher-2727df704f19d34e2169b3899c2646917fc4a594.tar.bz2
PrismLauncher-2727df704f19d34e2169b3899c2646917fc4a594.zip
change the wording a bit
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bdbe5f8d..86c5dace 100644
--- a/README.md
+++ b/README.md
@@ -80,10 +80,10 @@ To modify download information or change packaging information send a pull reque
## Forking/Redistributing/Custom builds policy
-We don't care what you do with your fork as long as you do the following as a basic courtesy:
+We don't care what you do with your fork/custom build as long as you do the following as a basic courtesy:
- Follow the terms of the [license](LICENSE) (not just a courtesy, but also a legal responsibility)
- Make it clear that your fork is not PolyMC and is not endorsed by or affiliated with the PolyMC project (https://polymc.org).
-- If you are distributing this fork, go through [CMakeLists.txt](CMakeLists.txt) and change PolyMC'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).
+- Go through [CMakeLists.txt](CMakeLists.txt) and change PolyMC'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).
If you have any questions or want any clarification on the above conditions please make an issue and ask us.