Intechnity-com / OdooJsonRpcClient

Odoo Client Json Rpc
MIT License
70 stars 33 forks source link

Error in README.MD #22

Closed tdaron closed 3 years ago

tdaron commented 3 years ago

Hello !

There's a little mistake in your readme, at this line : var result = await repository.UpdateAsync(productId, model);

It's (model, productId) instead of (productId, model)

Have a nice day !

patricoos commented 3 years ago

Thx