Skip to content

Commit

Permalink
Merge pull request #3 from kelseyaubrecht/fix_build
Browse files Browse the repository at this point in the history
fixed module name
  • Loading branch information
kelseyaubrecht authored Mar 7, 2024
2 parents 5cecbd4 + 8bf38e9 commit 9d5c7c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ go install go.k6.io/xk6/cmd/xk6@latest
2. Build the binary:

```shell
xk6 build --with github.com/kelseyau/xk6-webtransport@latest
xk6 build --with github.com/kelseyaubrecht/xk6-webtransport@latest
```

## Supported features
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 xk6-webtransport
module github.com/kelseyaubrecht/xk6-webtransport

go 1.19

Expand Down

0 comments on commit 9d5c7c6

Please sign in to comment.