Skip to content

Commit c70a849

Browse files
committed
fix README example usage
1 parent 3446923 commit c70a849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ for _, account := range accs {
4949
#### With Multi-factor Auth
5050

5151
```go
52-
lp, err := New(email, password, WithMultiFactor("5412548"))
52+
lp, err := lastpass.New(email, password, WithMultiFactor("5412548"))
5353
accs, _ := lp.GetAccounts()
5454
for _, account := range accs {
5555
fmt.Println(account.Username, account.Password)

0 commit comments

Comments
 (0)