diff --git a/README.md b/README.md index 013d1a8..ae63e73 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,15 @@ _you can treat this project as simpler and configurable version of mentioned ear In your [Next.js][next-homepage] project, execute: ```sh -npm i next-api-og-image@3.0.0 chrome-aws-lambda +npm i next-api-og-image chrome-aws-lambda # or -yarn add next-api-og-image@3.0.0 chrome-aws-lambda +yarn add next-api-og-image chrome-aws-lambda ``` ### Short note about the peer dependencies > ℹī¸ If your serverless function does not fit in the allowed size frames on [Vercel][vercel] **(50MB)**, you may want to install older versions of `chrome-aws-lambda` -In order to do so, replace `chrome-aws-lambda` _(while adding the dependencies)_ with `chrome-aws-lambda@2.1.1` **(43.3MB)** or `chrome-aws-lambda@1.6.3` **(34.9MB)** +In order to do so, replace `chrome-aws-lambda` _(while adding the dependencies)_ with `chrome-aws-lambda@6.0.0` **(47.6 MB)** Please, refer to https://github.com/neg4n/next-api-og-image/issues/23#issuecomment-1090319079 for more info 🙏