Skip to content

Commit 735b982

Browse files
committed
Update README.md
1 parent 9a34fc5 commit 735b982

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ $parcel = new \Mvdnbrk\MyParcel\Resources\Parcel([
114114
'options' => [
115115
'description' => 'Order #123',
116116
'signature' => true,
117-
'only_recipient' => true,
117+
'only_recipient' => true,
118118
...
119119
],
120120
]);
121121
```
122122

123-
Or you may use a method like `signature()`, `onlyRecipient()` and `labelDescription()`.
123+
Or you may use a method like `signature()`, `onlyRecipient()` and `labelDescription()`.
124124
You may call any of these after constructing the parcel.
125125

126126
``` php

0 commit comments

Comments
 (0)