Skip to content

Commit 31bc497

Browse files
docs: update library name in import
1 parent b68ba92 commit 31bc497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const App = () => {
6060
### openBrowser(url: string, options: Options)
6161

6262
```tsx
63-
import { openBrowser } from "react-ux-form";
63+
import { openBrowser } from "@swan-io/react-native-browser";
6464

6565
openBrowser("https://swan.io", {
6666
dismissButtonStyle: "close", // "cancel" | "close" | "done" (default to "close")

0 commit comments

Comments
 (0)