Skip to content

Commit

Permalink
fix: package name on readme (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-soranzo committed Mar 11, 2024
1 parent 4d00dee commit 4d432ca
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 @@ -71,7 +71,7 @@ startTestBox({
});

// Option 2: you can set the handler directly
import testbox from "@testboxlab/browser-sdk";
import testbox from "@testboxlab/browser";

testbox.navigateHandler = (url) => {
history.push(url);
Expand Down

0 comments on commit 4d432ca

Please sign in to comment.