Skip to content

Commit e686919

Browse files
committed
Improve documentation
1 parent 3ab39d7 commit e686919

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ use Bakame\Http\StructuredFields\Item;
237237
Item::withValue(SfItemInput $value): static
238238
```
239239

240-
### Dictionaries
240+
#### Dictionaries
241241

242242
The `Dictionary` and `Parameters` instances can be build with an associative iterable structure as shown below
243243

@@ -302,6 +302,8 @@ $map->mergePairs(...$others): static;
302302
$map->remove(...$key): static;
303303
```
304304

305+
#### Lists
306+
305307
To Create `OuterList` and `InnerList` instances you can use the `from` name constructor:
306308

307309
```php

0 commit comments

Comments
 (0)