Skip to content

Commit f613bed

Browse files
authored
Update README.md
1 parent 82f94cb commit f613bed

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
@@ -50,7 +50,7 @@ foreach($parts['IMAGE/PNG'] as $image) {
5050

5151
## Content IDs
5252

53-
Some emails embed images into the html content using "cid:" urls; these URLs link to the content ID of another part within the email rather than being a URL that can be resolved normally.
53+
Some emails embed images into the HTML content using `cid:` urls. These URLs link to the content ID of another part within the email, rather than being an absolute `https://` URL that can be resolved normally.
5454

5555
If one exists, this content ID will be exposed via the `contentId` property of the `Part`:
5656

@@ -61,4 +61,4 @@ foreach($parts['IMAGE/PNG'] as $image) {
6161
// You would then want to store this relationship in your database:
6262
echo "{$image->contentId} => {$image->name}\n";
6363
}
64-
```
64+
```

0 commit comments

Comments
 (0)