Skip to content

Commit

Permalink
Fix module path
Browse files Browse the repository at this point in the history
  • Loading branch information
legigor committed Sep 12, 2021
1 parent a36fea1 commit 15e3d48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Top-level abstractions that support background renewal of the acquired lease.

## Locker Usage

Import the module
Installation

```
import "github.com/youscan/go-azuremutex"
go get -u github.com/youscan/go-azuremutex
```

Configuration
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/youscan/azure-mutex
module github.com/youscan/go-azuremutex

go 1.17

Expand Down

0 comments on commit 15e3d48

Please sign in to comment.