Skip to content

Commit

Permalink
Fix import statement to use v2 version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sdqri authored Sep 7, 2024
1 parent 1488b83 commit 0968bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For more information, detailed guides, and examples, please read the [documentat
With [Go module](https://github.com/golang/go/wiki/Modules) support, simply add the following import

```
import "github.com/sdqri/effdsl"
import "github.com/sdqri/effdsl/v2"
```

to your code, and then `go [build|run|test]` will automatically fetch the necessary dependencies.
Expand Down

0 comments on commit 0968bf9

Please sign in to comment.