We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24af87 commit e29b6d4Copy full SHA for e29b6d4
README.md
@@ -47,7 +47,8 @@ echo json_encode(Document::fromData($articles), JSON_PRETTY_PRINT);
47
```
48
49
Please refer to [the tests](./test) for the full API documentation:
50
-* [Document](./test/Document/DocumentTest.php)
+* [Documents](./test/Document/DocumentTest.php)
51
+ * [Compound Documents](./test/Document/CompoundDocumentTest.php)
52
* [Errors](./test/Document/ErrorTest.php)
53
* [Resources](./test/Document/Resource/ResourceTest.php)
54
* [Relationships](./test/Document/Resource/Relationship/RelationshipTest.php)
0 commit comments