Skip to content

Commit 9645b98

Browse files
committed
Close #82
1 parent 8ff0934 commit 9645b98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class AuthorSchema extends BaseSchema
113113
self::RELATIONSHIP_LINKS_SELF => false,
114114
self::RELATIONSHIP_LINKS_RELATED => true,
115115

116-
// Data include supported as other cool features
116+
// Data include supported as well as other cool features
117117
// self::RELATIONSHIP_DATA => $author->comments,
118118
],
119119
];

sample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The application will output a few encoding results for
2121
* sparse and field set filters usage sample
2222
* top level links and meta information usage sample
2323

24-
For more details see [the app source code](sample.php)
24+
For more details see [the app source code](Application/EncodeSamples.php)
2525

2626
## Performance test
2727

0 commit comments

Comments
 (0)