diff --git a/xtendr/xtendrsystem.py b/xtendr/xtendrsystem.py index 8a0b6f9..db6f925 100644 --- a/xtendr/xtendrsystem.py +++ b/xtendr/xtendrsystem.py @@ -10,7 +10,7 @@ class XtendRSystem: Example: >>> system = XtendRSystem() - >>> system.attach("example_plugin") # Assuming 'example_plugin/plugin_info.json' exists + >>> system.attach("example_plugin") # Assuming 'example_plugin/example_plugin.json' exists >>> system.run("example_plugin") ExamplePlugin is running! >>> system.stop("example_plugin")