Skip to content

Commit c25f605

Browse files
Since 1.2.2 we can do this in TS
1 parent ea9aa03 commit c25f605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ tns plugin add nativescript-insomnia
1414

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

17-
### JavaScript
17+
#### JavaScript
1818
```js
1919
var insomnia = require("nativescript-insomnia");
2020
```
2121

22-
### TypeScript
22+
#### TypeScript
2323
You could do the same as in JS, but this looks fancier, right?
2424

2525
```typescript

0 commit comments

Comments
 (0)