AleksandrRogov / DynamicsWebApi

DynamicsWebApi is a Microsoft Dataverse Web API helper library for JavaScript & TypeScript
MIT License
268 stars 58 forks source link

Readme Fix #123

Closed AlexDraeger closed 1 year ago

AlexDraeger commented 1 year ago

Hi there,

just started using your library and spotted a small mistake in your readme. Section: https://github.com/AleksandrRogov/DynamicsWebApi#dynamicswebapi-for-nodejs Try-Catch-Block:

 const reponse = await dynamicsWebApi.executeUnboundFunction('WhoAmI');

should renamed to const response.

Just a small change which i want nonetheless mention. Thanks for your work! :)