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.