diff --git a/README.md b/README.md index 4d7471a..676caf6 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,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); ``` @@ -83,4 +83,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.