Skip to content

Commit 2be5801

Browse files
authored
Update README.md
1 parent f79ad3d commit 2be5801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ You can further optimize performance and pre-render pages [by providing the urls
219219
constructor() {
220220
super();
221221
// Do not call this every time the component render
222-
InAppBrowser.mayLaunchUrl(this._url, [
222+
InAppBrowser.mayLaunchUrl("https://nativescript.org", [
223223
"https://twitter.com/NativeScript",
224224
"https://github.com/NativeScript/NativeScript",
225225
"https://openjsf.org"

0 commit comments

Comments
 (0)