Skip to content

Commit 226c1db

Browse files
minor changes to readme files
1 parent 46bcdb9 commit 226c1db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DynamicsWebApi is a Microsoft Dataverse Web API helper library written in Typesc
1010
It is compatible with: Microsoft Dataverse, Microsoft Dynamics 365: Customer Service, Field Service, Marketing, Project Operations, Talents, Sales and any application built on Microsoft Power Apps platform.
1111
As well as Microsoft Dynamics 365 CE (online), Microsoft Dynamics 365 CE (on-premises), Microsoft Dynamics CRM 2016, Microsoft Dynamics CRM Online.
1212

13-
### **This documentation is for version 2+. If you are working with version 1.x, please check [this instead](https://github.com/AleksandrRogov/DynamicsWebApi/tree/v1).**
13+
### **This documentation is for version 2.x. If you are working with version 1.x, please check [this instead](https://github.com/AleksandrRogov/DynamicsWebApi/tree/v1).**
1414

1515
Please check [DynamicsWebApi Wiki](../../wiki/) where you will find documentation to DynamicsWebApi API and more.
1616

@@ -978,7 +978,7 @@ Batch requests bundle multiple operations into a single one and have the followi
978978
979979
DynamicsWebApi provides a straightforward way to execute Batch operations which may not always be simple to compose.
980980
981-
**Please Note!** By default, all operations that modify data, such as: CREATE, UPDATE, UPSERT, PUT and DELETE - are automatically made atomic (combined in Change Sets). You can change this behaviour by setting `inChangeSet` to `false`. [More Info]()
981+
**Please Note!** By default, all operations that modify data, such as: CREATE, UPDATE, UPSERT, PUT and DELETE - are automatically made atomic (combined in Change Sets). You can change this behaviour by setting `inChangeSet` to `false`. [More Info](#controlling-change-sets)
982982
983983
The following example bundles 2 retrieve multiple operations and an update:
984984

0 commit comments

Comments
 (0)