From 5d50e6624a5a3fd84638fafaffef83792dafdd8b Mon Sep 17 00:00:00 2001 From: Adam Tunnic Date: Sun, 7 Feb 2021 01:33:22 -0500 Subject: [PATCH] Fix typos, pt. 2 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7f6a95d..9c2ae9b5 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ not yet (or no longer) supported by the Dynmap team. If the Dynmap team comes t cease distribution of the unofficial version, unless otherwise authorized to continue doing so. Further: - The team distributing the modified version must cite the origin of the Dynmap code, but must also clearly indicate that the version is NOT supported by nor endorsed by the Dynmap team, and that ALL support should be directed through the team providing the modified version. - - Any modified version CANNOT be monitized or otherwise charged for, under any circumstances, nor can redistribution of it be limited or restricted. + - Any modified version CANNOT be monetized or otherwise charged for, under any circumstances, nor can redistribution of it be limited or restricted. - The modified code must continue to be Apache Public License v2, with no additional conditions or restrictions, including full public availability of the modified source code. - Any code from Dynmap used in such versions should be built from an appropriate fork, as DynmapCore and other components (other than DynmapCoreAPI and @@ -101,8 +101,8 @@ cease distribution of the unofficial version, unless otherwise authorized to con least, removed). The modified version should NOT refer to the Dynmap Discord nor to /r/Dynmap on Reddit for support. in any case. - Any bugs or issues opened in conjunction with the use of the modified version on this repository will be closed without comment. -Additions of new funtion, including new platform support, in this official Dynmap code base MUST be fully contained within the PRs submitted to this -repository. Further, it is always exptected than any updates will be built and tested across all relevant platforms - meaning anh chances to shared code +Additions of new functions, including new platform support, in this official Dynmap code base MUST be fully contained within the PRs submitted to this +repository. Further, it is always expected than any updates will be built and tested across all relevant platforms - meaning any chances to shared code components (DynmapCore, DynmapCoreAPI) MUST be successfully built and tested on ALL supported platforms (Forge, Spigot, etc). Changes which break supported platforms will be rejected.