From cc20076fbd2deb86b88115cecaeec0a3ab2509b3 Mon Sep 17 00:00:00 2001 From: dkanada Date: Sun, 10 Jan 2021 20:30:04 +0900 Subject: [PATCH] fix trailing space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <>