From e079c7de62028f0b1d9480dd2e249949dbda5bc9 Mon Sep 17 00:00:00 2001 From: Arjun Thekkumadathil <3darjun@gmail.com> Date: Tue, 4 Jul 2017 21:58:22 +1000 Subject: [PATCH] Update Readme.md --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 93d2b6f..b4e2eff 100644 --- a/Readme.md +++ b/Readme.md @@ -21,4 +21,6 @@ from pyplug import PluginManager pm = PluginManager(os.path.abspath('../example_config/plugins.yaml')) pm.run_all_plugins() +or +pm.run_plugin('plugin_b') ```