You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@
87
87
88
88
<sectionclass="readme-section">
89
89
<article><h1>Dynamics CRM JavaScript Web API Client</h1><p><ahref="https://travis-ci.org/DigitalFlow/Xrm-WebApi-Client"><imgsrc="https://travis-ci.org/DigitalFlow/Xrm-WebApi-Client.svg?branch=master" alt="Build Status"></a><ahref="https://coveralls.io/github/DigitalFlow/Xrm-WebApi-Client?branch=master"><imgsrc="https://coveralls.io/repos/github/DigitalFlow/Xrm-WebApi-Client/badge.svg?branch=master" alt="Coverage Status"></a><ahref="http://packagequality.com/#?package=xrm-webapi-client"><imgsrc="http://npm.packagequality.com/shield/xrm-webapi-client.svg" alt="Package Quality"></a><ahref="http://npm-stats.com/~packages/xrm-webapi-client"><imgsrc="https://img.shields.io/npm/dt/xrm-webapi-client.svg" alt="npm downloads"></a><ahref="https://gitter.im/DigitalFlow/Xrm-WebApi-Client?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><imgsrc="https://badges.gitter.im/Join%20Chat.svg" alt="Join the chat at https://gitter.im/DigitalFlow/Xrm-WebApi-Client"></a></p>
90
-
<p>This is a framework for easing working with the Dynamics CRM WebApi using JavaScript.<br>It uses the awesome <ahref="https://github.com/petkaantonov/bluebird">BlueBird</a> framework for handling requests asynchronously based on promises.<br>The framework is supposed to be executed on CRM forms or on CRM web ressources, where the CRM context is available.<br>For running from custom web resources, be sure that the GetGlobalContext function is available, as the client will try to retrieve the context on its own.</p>
90
+
<p>This is a framework for easing working with the Dynamics CRM WebApi using JavaScript.<br>It uses the awesome <ahref="https://github.com/petkaantonov/bluebird">BlueBird</a> framework for handling requests asynchronously based on promises.<br>The framework is supposed to be executed on CRM forms or on CRM web ressources, where the CRM context is available.<br>In addition to that, usage for single page applications outside of CRM is also possible.<br>For running from custom web resources, be sure that the GetGlobalContext function is available, as the client will try to retrieve the context on its own.</p>
91
91
<h1>Index</h1><ul>
92
92
<li><ahref="#dynamics-crm-javascript-web-api-client">Dynamics CRM JavaScript Web API Client</a><ul>
0 commit comments