diff --git a/README.md b/README.md index 388955d..ed05dde 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ You can call it whatever you'd like really. This class is used to hold settings ### Plugin -This is the main class for your plugin. It will define your name, version and Id. It should inherit from `MediaBrowser.Common.Plugins.BasePlugin ` +This is the main class for your plugin. It will define your name, version and Id. It should inherit from `MediaBrowser.Common.Plugins.BasePlugin` Note: If you called your PluginConfiguration class something different, you need to put that between the <>