Skip to content

Commit

Permalink
update machineid package
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Aug 8, 2024
1 parent 788a02d commit 8607608
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 @@ -162,7 +162,7 @@ Below are various implementation examples, covering common licensing scenarios a
### License Activation

Validate the license for a particular device fingerprint, and activate when needed. We're
using [`machineid`](https://github.com/denisbrodbeck/machineid) for fingerprinting, which
using [`machineid`](https://github.com/keygen-sh/machineid) for fingerprinting, which
is cross-platform, using the operating system's native GUID.

```go
Expand All @@ -171,8 +171,8 @@ package main
import (
"context"

"github.com/denisbrodbeck/machineid"
"github.com/keygen-sh/keygen-go/v3"
"github.com/keygen-sh/machineid"
)

func main() {
Expand Down

0 comments on commit 8607608

Please sign in to comment.