diff --git a/README.md b/README.md index 7547760..5751088 100755 --- a/README.md +++ b/README.md @@ -22,13 +22,6 @@ var insomnia = require("nativescript-insomnia"); ### TypeScript You could do the same as in JS, but this looks fancier, right? -```typescript -const { keepAwake, allowSleepAgain } = require("nativescript-insomnia"); -``` - -### Angular -You could do the same as in JS, but this looks fancier, right? - ```typescript import { keepAwake, allowSleepAgain } from "nativescript-insomnia"; ```