From 89e0def81c9157b762416cf73a512288ee184a78 Mon Sep 17 00:00:00 2001 From: tmokmss Date: Sun, 14 Apr 2024 00:37:29 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8485ae4..457db00 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ If you want to upgrade the LLRT version, remove the `.tmp` directory, which cont ### Setting platform=browser -In some cases, it can make your code run on LLRT by setting platform of the bundled code to `browser`. You can configure it by the following code: +In some cases, your code may run successfully on LLRT by setting bundle target platform to `browser` (e.g. when using AWS SDK packages that are not bundled in LLRT or packages that can run using Web APIs.) You can configure it by the following code: ```ts import { LlrtFunction } from 'cdk-lambda-llrt';