Skip to content

Commit 327b57f

Browse files
committed
Provide installation instructions
1 parent c20ecb8 commit 327b57f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ but don't want to deal with nullable values.
1717
- Semver
1818
- Tests
1919

20+
## Installation
21+
22+
Use [Composer](https://getcomposer.org/) package manager to add *NullContainer* to your project:
23+
24+
```
25+
composer require technically/null-container
26+
```
27+
2028
## Example
2129

2230
```php

0 commit comments

Comments
 (0)