From b3e858915b32118a3f3a32201dbfb3e7abaf5be4 Mon Sep 17 00:00:00 2001 From: antelle Date: Wed, 17 May 2017 22:47:36 +0200 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index c796241..f123ab2 100644 --- a/Plugins.md +++ b/Plugins.md @@ -132,7 +132,7 @@ Example plugin script: // you can use all KeeWeb modules var _ = require('underscore'); var kdbxweb = require('kdbxweb'); -var DetailView = require('views/details/details-view'); +var DetailsView = require('views/details/details-view'); module.exports.uninstall = function() { // It's necessary to have this function