From 848b598575b2a702f0b103a859dcbc0ded713cd4 Mon Sep 17 00:00:00 2001 From: project516 <138796702+Project516@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:34:58 -0500 Subject: [PATCH] fix wording in README the documentation is not a google doc Updated GPL license wording (see https://en.wikipedia.org/wiki/GNU_General_Public_License) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e37e5736..0199d619 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Welcome to the official repository for the public release of the MoSimulator source code. This source code will allow you to get started on building your first robot mod. For more information, please visit the [MoSim Website](https://mosimulator.com/). ## Modding Documentation -All of the modding documentation is located in a Google Doc here: [Modding Documentation](https://docs.mosimulator.com/). +All of the modding documentation is located on the online documentation here: [Modding Documentation](https://docs.mosimulator.com/).
-Note: MoSimulator's source code is protected under a GNU GPL 3 License. Please follow its guidelines as you work on the game. +Note: MoSimulator's source code is protected under a GNU GPL License v3. Please follow its guidelines as you work on the game.