Skip to content

Commit 30ecb1f

Browse files
authored
Fixed ReadMe formatting
1 parent dfbf082 commit 30ecb1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ WebApiClient.ReturnAllPages = true;
8787

8888
By setting this to true, each retrieve multiple request will check for an @odata.nextLink property inside the response, call the next page and concatenate the results, until all records have been retrieved.
8989

90-
Retrieve by query expression:
90+
##### Retrieve by query expression:
9191

9292
```JavaScript
9393
var request = {
@@ -104,7 +104,7 @@ WebApiClient.Retrieve(request)
104104
});
105105
```
106106

107-
Retrieve by FetchXml:
107+
##### Retrieve by FetchXml:
108108

109109
```JavaScript
110110
var request = {

0 commit comments

Comments
 (0)