Skip to content

Commit 848b7db

Browse files
committed
Updated docs
1 parent 48ac5b6 commit 848b7db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ composer require gorriecoe/silverstripe-embed
1616
- [Gorrie Coe](https://github.com/gorriecoe)
1717

1818
## Usage
19-
Dataobjects
19+
Relationship to Embed Dataobjects
2020
```php
2121
use gorriecoe\Embed\Models\Embed;
2222

@@ -50,7 +50,7 @@ class ClassName extends DataObject
5050
}
5151

5252
```
53-
DataExtension
53+
Update current DataObject to be Embeddable with DataExtension
5454
```php
5555
use gorriecoe\Embed\Extensions\Embeddable;
5656

0 commit comments

Comments
 (0)