Skip to content

Commit 8bfb1c1

Browse files
committed
Update README.md
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
1 parent 1517bf3 commit 8bfb1c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Latest Version on Packagist](https://badgen.net/packagist/v/ghostwriter/option?cache=600)](https://packagist.org/packages/ghostwriter/option)
77
[![Downloads](https://badgen.net/packagist/dt/ghostwriter/option?cache=600&color=blue)](https://packagist.org/packages/ghostwriter/option)
88

9-
Provides an `Option` type implementation for PHP.
9+
Provides an **`Option`** type implementation for PHP.
1010

1111
## Installation
1212

@@ -52,6 +52,7 @@ divide(1, 1); // Some(1)
5252
## API
5353

5454
### `SomeInterface`
55+
5556
``` php
5657
/**
5758
* @immutable
@@ -74,6 +75,7 @@ interface SomeInterface extends OptionInterface
7475
```
7576

7677
### `NoneInterface`
78+
7779
``` php
7880
/**
7981
* @immutable
@@ -90,6 +92,7 @@ interface NoneInterface extends OptionInterface
9092
```
9193

9294
### `OptionInterface`
95+
9396
``` php
9497
/**
9598
* @implements IteratorAggregate<TValue>
@@ -274,6 +277,7 @@ Please see [CHANGELOG.md](./CHANGELOG.md) for more information what has changed
274277
If you discover any security related issues, please email `nathanael.esayeas@protonmail.com` instead of using the issue tracker.
275278

276279
## Sponsors
280+
277281
[[`Become a GitHub Sponsor`](https://github.com/sponsors/ghostwriter)]
278282

279283
## Credits

0 commit comments

Comments
 (0)