Skip to content

Commit c8b8c1d

Browse files
committed
Fix embeddedNamedResources documentation
1 parent 983a8c0 commit c8b8c1d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -454,13 +454,13 @@ The `SpringDataRestAdapter` is designed to be configurable and you are able to c
454454
}
455455
```
456456
* Example if set to false:
457-
```json
458-
{
459-
...
460-
"_embeddedItems": [...]
461-
...
462-
}
463-
```
457+
```json
458+
{
459+
...
460+
"_embeddedItems": [...]
461+
...
462+
}
463+
```
464464
* `hrefKey` (default: `href`): the property name where the url is stored under each specific link.
465465
* `resourcesKey` (default: `_resources`): the property name where the resource method is stored.
466466
* `resourcesFunction` (default: `undefined`): the function to use to call the backend. Read more how to do this [here](#exchange-the-underlying-angular-resource-function)

0 commit comments

Comments
 (0)