Skip to content

Commit

Permalink
docs: updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
shidil committed Oct 25, 2023
1 parent 6e93dd3 commit da47710
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 @@ -4,7 +4,7 @@

```go
import (
"github.com/oolio-group/dynago/v1/dynago"
"github.com/oolio-group/dynago"
)

table, err := dynago.NewClient(ctx, dynago.ClientOptions{
Expand All @@ -25,7 +25,7 @@ docker run -p docker run -p 8000:8000 amazon/dynago.local

```go
import (
"github.com/oolio-group/dynago/v1/dynago"
"github.com/oolio-group/dynago"
)

table, err := dynago.NewClient(ctx, dynamite.ClientOptions{
Expand Down

0 comments on commit da47710

Please sign in to comment.