aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <adamdharrison@gmail.com>2023-01-03 12:11:46 -0500
committerGitHub <noreply@github.com>2023-01-03 12:11:46 -0500
commit4a805ceec3d788f5019d5ccda3d929d8e22dced4 (patch)
tree2621b5308508a98ee80e49038b62dbe6b6c3e363
parent66a9d91831f152aeca9ee6f4edda0c95954a3b43 (diff)
downloadlite-xl-plugin-manager-4a805ceec3d788f5019d5ccda3d929d8e22dced4.tar.gz
lite-xl-plugin-manager-4a805ceec3d788f5019d5ccda3d929d8e22dced4.zip
Update SPEC.md
-rw-r--r--SPEC.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/SPEC.md b/SPEC.md
index ba29bc4..aa7e2b6 100644
--- a/SPEC.md
+++ b/SPEC.md
@@ -40,9 +40,9 @@ The vast majority of plugins are `singleton` plugins.
* `id`: The semantic id of the plugin, a string only containing `[a-z0-9\-_]`.
* `name`: The optional name of the plugin.
-* `version`: The plugin's semantic version. A string that can contains [0-9\.].
+* `version`: The plugin's semantic version. A string that can contains `[0-9\.]`.
* `description`: An english-language description of the plugin.
-* `mod_version`: The mod_version this plugin is compatible with. A string that can contains [0-9\.].
+* `mod_version`: The mod_version this plugin is compatible with. A string that can contains `[0-9\.]`.
* `provides`: An optional array of strings that are a shorthand of functionality
this plugin provides. Can be used as a dependency.
* `dependencies`: Optionally a hash of dependencies required, or optional