Skip to content

Commit bfb80b4

Browse files
Update README.md
1 parent aa5963e commit bfb80b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ tns install typescript
2121
Now you can import the plugin as an object into your `.ts` file as follows:
2222
2323
```js
24-
// import the TS definitions
2524
import * as LocalNotifications from "nativescript-local-notifications";
2625
27-
// .. and use it as:
26+
// .. then use it as:
2827
LocalNotifications.hasPermission()..
2928
```
3029

0 commit comments

Comments
 (0)