diff --git a/README.md b/README.md index 1d5a0ef..d3fbe6a 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ CORE is a framework that simplifies development for games and applications made in Godot 4. # For whom is it useful? -CORE is only useful for new projects. Started projects could break because CORE has certain requirements. +CORE is only useful for new projects. Started projects could break because CORE has certain requirements that must be met. # Requirements -- No autoload singletons before CORE has initialized -- Startup scene being res://CORE/background.tscn +- No autoload singletons are allowed before CORE has initialized +- Startup scene must be res://CORE/background.tscn - Scene management must be done with smgr (the CORE scene manager) - Logging should be handled using the CORE logger