From bf36b2232f0fea17600f575379f62b967991f672 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Tue, 13 Aug 2024 20:51:21 -0400 Subject: [PATCH] Update README.md --- StashPluginHelper/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/StashPluginHelper/README.md b/StashPluginHelper/README.md index 4cda66e..e43307e 100644 --- a/StashPluginHelper/README.md +++ b/StashPluginHelper/README.md @@ -1,5 +1,5 @@ # StashPluginHelper: Ver 0.1.0 (By David Maisonave) -**StashPluginHelper** is a class that performs common implementation used in most plugins. +**StashPluginHelper** extends the StashInterface class for plugins. ## Features - Log Features: @@ -7,7 +7,6 @@ - Logging includes source code line number. - Sets a maximum plugin log file size. - Stash Interface Features: - - Sets STASH_INTERFACE with StashInterface - Gets STASH_URL value from command line argument and/or from STDIN_READ - Sets FRAGMENT_SERVER based on command line arguments or STDIN_READ - Sets PLUGIN_ID based on the main script file name (in lower case)