Skip to content

Commit d132210

Browse files
Merge pull request #1 from MarekVigas/fix-login-docs
fix login example in readme. Thanks Mr @MarekVigas
2 parents 703b1be + 1e011d7 commit d132210

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)