We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d00dee commit 4d432caCopy full SHA for 4d432ca
1 file changed
README.md
@@ -71,7 +71,7 @@ startTestBox({
71
});
72
73
// Option 2: you can set the handler directly
74
-import testbox from "@testboxlab/browser-sdk";
+import testbox from "@testboxlab/browser";
75
76
testbox.navigateHandler = (url) => {
77
history.push(url);
0 commit comments