Skip to content

Commit 4d432ca

Browse files
fix: package name on readme (#22)
1 parent 4d00dee commit 4d432ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ startTestBox({
7171
});
7272

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

7676
testbox.navigateHandler = (url) => {
7777
history.push(url);

0 commit comments

Comments
 (0)