Documentation: Fix pslist plugin requirement

This commit is contained in:
Mike Auty
2022-06-22 17:12:24 +01:00
parent fd524a6b31
commit a386de72f5
+1 -1
View File
@@ -134,7 +134,7 @@ being defined within the configuration tree at all.
requirements.PluginRequirement(name = 'pslist',
plugin = pslist.PsList,
version = (1, 0, 0))
version = (2, 0, 0))]
This requirement indicates that the plugin will make use of another plugin's code, and specifies the version requirements
on that plugin. The version is specified in terms of Semantic Versioning meaning that, to be compatible, the major