Skip to content

Commit c38da93

Browse files
chore: readme improvements
1 parent 1affe59 commit c38da93

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
@@ -61,10 +61,10 @@ var_dump($completedSmartscraper->request_id);
6161

6262
## Value Objects
6363

64-
It is recommended to use the `with` constructor `Dog::with(name: "Joey")`
64+
It is recommended to use the static `with` constructor `Dog::with(name: "Joey")`
6565
and named parameters to initialize value objects.
6666

67-
However builders are provided as well `(new Dog)->withName("Joey")`.
67+
However, builders are also provided `(new Dog)->withName("Joey")`.
6868

6969
### Handling errors
7070

0 commit comments

Comments
 (0)