Skip to content

Commit

Permalink
Since 1.2.2 we can do this in TS
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Aug 5, 2018
1 parent ea9aa03 commit c25f605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -14,12 +14,12 @@ tns plugin add nativescript-insomnia

To use this plugin you must first require() it:

### JavaScript
#### JavaScript
```js
var insomnia = require("nativescript-insomnia");
```

### TypeScript
#### TypeScript
You could do the same as in JS, but this looks fancier, right?

```typescript
Expand Down

0 comments on commit c25f605

Please sign in to comment.