Skip to content

Commit cbc7923

Browse files
authored
Merge pull request #1 from I-NOZex/patch-1
Update README.md
2 parents 2303849 + 8fa371c commit cbc7923

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
@@ -81,7 +81,7 @@ Call the `registerUniversalLinkCallback` in your AppComponent's ngOnInit method
8181

8282
```js
8383
import { Component, OnInit } from "@angular/core";
84-
import { registerUniversalLinkCallback } from "nativescript-plugin-universal-links";
84+
import { registerUniversalLinkCallback } from "@nativescript-community/universal-links";
8585

8686
@Component({
8787
selector: "my-app",

0 commit comments

Comments
 (0)