Skip to content

Commit

Permalink
fix library documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Chacin <[email protected]>
  • Loading branch information
pablochacin committed Feb 4, 2025
1 parent 639bca8 commit 915219a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,7 @@ builder := xk6.FromOSEnv()

// complete/override attributes
builder.K6Version = "v0.35.0",
builder.Extensions = []xk6.Dependency{
{
PackagePath: "github.com/grafana/xk6-browser",
Version: "v0.1.1",
},
}
builder.Extensions = []string{"github.com/grafana/[email protected]"},

err := builder.Build(context.Background(), log. "./k6")
```
Expand Down

0 comments on commit 915219a

Please sign in to comment.