Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mocyuto authored Aug 10, 2021
1 parent f670ce2 commit dc93423
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 @@ -6,7 +6,7 @@
## Install

```
go get github.com/mocyuto/keeper
go get github.com/gunosy/keeper
```

## Usage
Expand All @@ -20,7 +20,7 @@ import (
"context"
"time"

"github.com/mocyuto/keeper"
"github.com/gunosy/keeper"
)

func findSomething(ctx context.Context, userID string) ([]int, error) {
Expand Down

0 comments on commit dc93423

Please sign in to comment.