Skip to content

Commit 2276667

Browse files
authored
Update README.md
1 parent e312f97 commit 2276667

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
<img src="https://img.shields.io/packagist/l/joelbutcher/php-optional" alt="License">
1414
</a>
1515

16+
## Introduction
17+
1618
Inspired by Java's [Optional](https://github.com/AdoptOpenJDK/openjdk-jdk11/blob/master/src/java.base/share/classes/java/util/function/Predicate.java) class, this package aims to provide a comprehensive API
1719
for optional field values.
1820

@@ -22,7 +24,7 @@ You can use the `Optional` class in a variety of ways, see below for a few examp
2224

2325
### Updating a user's profile
2426

25-
The below class indicates who this package may be used to update a users profile information. All fields are optional, because
27+
The below class indicates how this package may be used to update a users profile information. All fields are optional, because
2628
our user may not want to update all fields.
2729

2830
```php

0 commit comments

Comments
 (0)