From a2296f34624c89c45f094455ddb3a58c4711896a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominic-Y=C2=B7X?= <2469688+leinue@users.noreply.github.com> Date: Wed, 5 Feb 2025 12:07:20 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e52e5e2..1ddb96e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Eko (pronounced like ‘echo’) is a production-ready JavaScript framework that npm install @eko-ai/eko ``` -> For detailed usage, please refer to the [Eko Quickstart guide](https://eko.fellou.ai/docs/getting-started/quickstart/). +> Important Notice: The following example code cannot be executed directly. Please refer to the [Eko Quickstart guide](https://eko.fellou.ai/docs/getting-started/quickstart/) guide for instructions on how to run it. ```typescript import { Eko } from '@eko-ai/eko';