Skip to content

Commit

Permalink
Rename branch master to main and update links
Browse files Browse the repository at this point in the history
  • Loading branch information
ansd authored Apr 18, 2022
1 parent b7bebbd commit 825ee68
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 @@ -37,7 +37,7 @@ import "github.com/ansd/lastpass-go"

Below, error handling is excluded for brevity.

See [examples](https://github.com/ansd/lastpass-go/tree/master/examples) directory for more examples.
See [examples](./examples) directory for more examples.

```go
// authenticate with LastPass servers
Expand Down Expand Up @@ -77,6 +77,6 @@ client.Logout(context.Background())
This repository is a port of [detunized/lastpass-ruby](https://github.com/detunized/lastpass-ruby)
and a clone of [mattn/lastpass-go](https://github.com/mattn/lastpass-go).

This project is licensed under the MIT License - see the [LICENSE](https://github.com/ansd/lastpass-go/blob/master/LICENSE) file for details.
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.

This repository's `ecb` (Electronic Codebook) package contains code which is "Copyright 2013 The Go Authors. All rights reserved."

0 comments on commit 825ee68

Please sign in to comment.