From 2e634a721af19e0d678b9da63943ce6918512fc0 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Tue, 18 Oct 2022 11:11:18 +0200 Subject: [PATCH] Add useful links to the readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05a2298..0a32527 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Passwordstate -A ruby gem for communicating with a Passwordstate instance +A Ruby gem for communicating with a [Passwordstate](https://clickstudios.com.au/passwordstate.aspx) instance The documentation for the development version can be found at https://iti.gitlab-pages.liu.se/ruby-passwordstate @@ -84,6 +84,8 @@ pw.delete # true ``` +A larger - and much more convoluted - example can be found at https://github.com/ananace/foreman_passwordstate/ + ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/ananace/ruby-passwordstate -- GitLab