diff --git a/apps/docs/blog/2024-04-26-v0.3.0.md b/apps/docs/blog/2024-04-26-v0.3.0.md
index 01d3b3d6e860640de135fa25d6420c95f81c9c52..6db63f00f5ba3fb405157a5c1f1c1e30d33a9850 100644
--- a/apps/docs/blog/2024-04-26-v0.3.0.md
+++ b/apps/docs/blog/2024-04-26-v0.3.0.md
@@ -263,6 +263,9 @@ const sumNumbers = FunctionTool.from<Input>(
 In addition to Node.js, LlamaIndexTS now offers enhanced support for Next.js, Deno, and Cloudflare Workers, making it
 more versatile across different platforms.
 
+For now, you can install llamaindex and directly import it into your existing Next.js, Deno or Cloudflare Worker project
+**without any extra configuration**.
+
 #### [Deno](https://deno.com/)
 
 You can use LlamaIndexTS in Deno by installation through JSR: