Skip to content

Commit 1e011d7

Browse files
committed
fix login example
1 parent 703b1be commit 1e011d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var odoo = new Odoo({
4141
### Logging in
4242

4343
```js
44-
async(() => {
44+
(async() => {
4545
try {
4646
await odoo.connect();
4747
console.log("Connect to Odoo XML-RPC is successed.");

0 commit comments

Comments
 (0)