diff --git a/README.md b/README.md index aa5cfff..e216606 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ var sliderSetting = new SliderSetting settings.AddSetting(sliderSetting); // Register settings with the manager -VMM.Core.ModManager.Instance.RegisterSettings(Assembly.GetExecutingAssembly(), settings); +VMM.ModRegistry.ModManager.Instance.RegisterSettings(Assembly.GetExecutingAssembly(), settings); ``` @@ -76,4 +76,4 @@ VMM.Core.ModManager.Instance.RegisterSettings(Assembly.GetExecutingAssembly(), s ## License -This project is licensed under the Apache License 2.0. See LICENSE.txt for the full license text. \ No newline at end of file +This project is licensed under the Apache License 2.0. See LICENSE.txt for the full license text.