Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hebime committed May 20, 2020
1 parent 4e59643 commit 861e6e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ import (
"os"

"github.com/wingocard/serum"
"github.com/wingocard/serum/secretprovider"
"github.com/wingocard/serum/secretprovider/gsmanager"
)

func main() {
//create a new secret provider
gsm, err := secretprovider.NewGSManager()
gsm, err := gsmanager.New()
if err != nil {
//...
}
Expand Down

0 comments on commit 861e6e2

Please sign in to comment.