From 3b9a72fbea63932511ba7c83de5ec7b761869299 Mon Sep 17 00:00:00 2001 From: PunchablePlushie <64180414+PunchablePlushie@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:04:34 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a698e320..cc5e095e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Godot Game Settings (GGS) -Godot Game Settings allows you to create and manage game settings for your small to medium projects. It takes care of all the fundemental functionalities required to have a proper game settings, including predefined logic for common settings (e.g. display, audio, input), UI components, saving/loading data, and applying settings. +Godot Game Settings allows you to create and manage game settings for your small to medium projects. It takes care of all the fundamental functionalities required to have proper game settings, including predefined logic for common settings (e.g. display, audio, input), UI components, saving/loading data, and applying settings. View the [documentation](https://github.com/PunchablePlushie/godot-game-settings/wiki) for informtion on how to use the plugin.