From 60ea965b61597565768cd46b6cab624d2e7eb2b1 Mon Sep 17 00:00:00 2001 From: filleg <50096970+filleg@users.noreply.github.com> Date: Wed, 4 Jan 2023 13:35:38 +0100 Subject: [PATCH] Update PLUGINS.md --- PLUGINS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PLUGINS.md b/PLUGINS.md index 0d18c4fab..f6a41104c 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -1,10 +1,10 @@ # Origo plugins -Plugins are to be developed when a feature or function is not appropriate to be included in the origocore. Common reasons are external dependencies or a specific feature or function not requested by the average user. +Plugins are to be developed when a feature or function is not appropriate to be included in the origo core. Common reasons are external dependencies or a specific feature or function not requested by the average user. ## Guidelines development **[Barebone](https://github.com/origo-map/barebone-plugin)** is an example plugin to provide an initial structure of how you can start developing your plugin. -Origocore has a lot of dependencies by default which are available to use from the plugins. They should be utilized first before loading more external libraries. +Origo core has a lot of dependencies by default which are available to use from the plugins. They should be utilized first before loading more external libraries. Smaller adjustment to the core might be necessary but should be avoided to make the plugin as standalone as possible.