Skip to content

Commit

Permalink
fix: library usage sample in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoshindo authored and mstoykov committed Jun 29, 2022
1 parent b706106 commit 1bd1a1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ The race detector can be enabled by setting `XK6_RACE_DETECTOR=1`.

```go
builder := xk6.Builder{
k6Version: "v0.35.0",
K6Version: "v0.35.0",
Extensions: []xk6.Dependency{
{
ModulePath: "github.com/grafana/xk6-browser",
Version: "v0.1.1",
PackagePath: "github.com/grafana/xk6-browser",
Version: "v0.1.1",
},
},
}
Expand Down

0 comments on commit 1bd1a1b

Please sign in to comment.