From b80949a0cd92023d56c9aecaa0f4d53d9f614078 Mon Sep 17 00:00:00 2001 From: ANKUR DWIVEDI Date: Thu, 25 Jan 2024 09:58:25 +0530 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1867bec..0f708a8 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Get started with [official quick start guide](https://docs.imagekit.io/getting-s ### SDK Version 3.0.0 #### Breaking changes **1. Overlay syntax update** -* In version 3.0.0, we've removed the old overlay syntax parameters such as `oi`, `ot`, `obg`, and [more](https://docs.imagekit.io/features/image-transformations/overlay). These parameters are deprecated and will start returning errors when used in URLs. Please migrate to the new Layers syntax that supports overlay nesting, provides better positional control, and allows more transformations at the layer level. You can start with [examples](https://docs.imagekit.io/features/image-transformations/overlay-using-layers#examples) to learn quickly. +* In version 3.0.0, we've removed the old overlay syntax parameters for transformations, such as `oi`, `ot`, `obg`, and [more](https://docs.imagekit.io/features/image-transformations/overlay). These parameters are deprecated and will start returning errors when used in URLs. Please migrate to the new Layers syntax that supports overlay nesting, provides better positional control, and allows more transformations at the layer level. You can start with [examples](https://docs.imagekit.io/features/image-transformations/overlay-using-layers#examples) to learn quickly. * You can migrate to the new Layers syntax using the `raw` transformation parameter. ## Installation