From 3bc81377e448e8dcd9a0f374f3149e8d31da0314 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 21 Mar 2024 14:20:49 -0400 Subject: [PATCH] Update embed.md Changed an instance of `composer install` to `composer require`. --- docs/2.4/extensions/embed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2.4/extensions/embed.md b/docs/2.4/extensions/embed.md index 244e5b5d42..0755d95bc4 100644 --- a/docs/2.4/extensions/embed.md +++ b/docs/2.4/extensions/embed.md @@ -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