diff --git a/README.md b/README.md index b85d244..4232ed0 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ for _,x := range passlist { } } } +/// or just do: +p, err := store.Decrypt("myPass") +... ``` Also included is a simple GUI front-end using [Gio](https://gioui.org). See