Skip to content

Commit

Permalink
Merge pull request #1016 from nfreader/patch-1
Browse files Browse the repository at this point in the history
Update embed.md
  • Loading branch information
colinodell authored Apr 2, 2024
2 parents 91c2429 + 3bc8137 commit 9a2195d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2.4/extensions/embed.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ We do provide an adapter for the popular [`embed/embed`](https://github.com/osca
because it supports fetching multiple URLs in parallel, which is ideal for performance, and it supports a wide range
of embeddable content.

To use that library, you'll need to `composer install embed/embed` and then pass `new OscaroteroEmbedAdapter()` as the `adapter`
To use that library, you'll need to `composer require embed/embed` and then pass `new OscaroteroEmbedAdapter()` as the `adapter`
configuration option, as shown in the [**Usage**](#usage) section above.

Need to customize the maximum width/height of the embedded content? You can do that by instantiating the service provided by
Expand Down

0 comments on commit 9a2195d

Please sign in to comment.