diff --git a/README.md b/README.md index ab0db7b..0215e41 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# polymorphEngine +# PolymorphEngine (old version) polymorphEngine is a beautiful application/game engine that allows great modularity and all the advantages of an ECS.\ With this engine you don't need to bother, you have access to an application that allows you to do the most complicated configuration actions, but all simply and quickly!\ @@ -120,7 +120,7 @@ namespace YourNameSpace And then `ScriptFactory.cpp`: ```cpp -#include "ScriptFactory.hpp" +#include "MyScriptFactory.hpp" polymorph::Initializer YourNameSpace::ScriptFactory::create(std::string &type, Config::XmlComponent &data, GameObject entity)