mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
docs: update README.md
This commit is contained in:
@@ -72,7 +72,7 @@ const plugin = new MinimalPlugin(
|
||||
|
||||
pluginClient.registerPlugin(plugin)
|
||||
.then(() => {
|
||||
Logger.ok(`Successfully registered plugin '${options.pluginName}' on /${options.urlSegment} .`);
|
||||
Logger.ok(`Successfully registered plugin '${options.pluginName}' on /${options.routeName} .`);
|
||||
})
|
||||
.catch((err: Error) => {
|
||||
throw err;
|
||||
|
||||
Reference in New Issue
Block a user