We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9aa03 commit c25f605Copy full SHA for c25f605
README.md
@@ -14,12 +14,12 @@ tns plugin add nativescript-insomnia
14
15
To use this plugin you must first require() it:
16
17
-### JavaScript
+#### JavaScript
18
```js
19
var insomnia = require("nativescript-insomnia");
20
```
21
22
-### TypeScript
+#### TypeScript
23
You could do the same as in JS, but this looks fancier, right?
24
25
```typescript
0 commit comments