From 3da9e37d909bdb234d8b38926710ad8a393703a9 Mon Sep 17 00:00:00 2001 From: PeterCJ Date: Thu, 18 Nov 2021 09:17:37 -0800 Subject: [PATCH] [skip ci] update README * rephrase DESCRIPTION (closes #6) * gets rid of TODO section (TODO doesn't need to be in README) --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index ce033c6..85690cc 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,12 @@ WWW::KeePassHttp - Interface with KeePass PasswordSafe through the KeePassHttp p # DESCRIPTION -Interface with KeePass PasswordSafe through the KeePassHttp plugin. Allows reading entries based on URL or TITLE. Maybe will allow creating a new entry as well. +Interface with KeePass PasswordSafe through the KeePassHttp plugin. Allows reading entries based on URL or TITLE, and creating a new entry as well. ## REQUIREMENTS You need to have KeePass (or compatible) on your system, with the KeePassHttp plugin installed. -# TODO - -The entries should be full-fledged objects, with method-based access to -the underlying Login, Url, and Password values. - # AUTHOR Peter C. Jones ``