Skip to content

Commit cd5522b

Browse files
authored
Update README.md
1 parent 6dc28d4 commit cd5522b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Email Structure Parser
2-
Given an IMAP stream and a message nubmer, this library will parse the
2+
Given an IMAP stream and a message number, this library will parse the
33
structure of multipart emails.
44

55
## Installation
@@ -46,4 +46,4 @@ var_dump($parts['TEXT/HTML']);
4646
foreach($parts['IMAGE/PNG'] as $image) {
4747
file_put_contents($image->name, $image->content);
4848
}
49-
```
49+
```

0 commit comments

Comments
 (0)