Skip to content

Commit 0aba9eb

Browse files
Update README.md
Add document use with TS
1 parent 264e53e commit 0aba9eb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Works better with NodeJS v11.16 and further
88
## Installation
99

1010
```sh
11-
$ npm install async-odoo-xmlrpc
11+
npm install async-odoo-xmlrpc
1212
```
1313

1414
## Methods
@@ -26,6 +26,12 @@ odoo.render_report(report, params): Promise<Object>
2626
var Odoo = require('async-odoo-xmlrpc');
2727
```
2828

29+
You are also use `async-odoo-xmlrpc` with **TypeScript**.
30+
31+
```
32+
import Odds from 'async-odoo-xmlrpc'
33+
```
34+
2935
### Configuration
3036

3137
```js

0 commit comments

Comments
 (0)