From bb618465c81400046760f907cd517b81fc337d24 Mon Sep 17 00:00:00 2001 From: Anders Bech Mellson Date: Wed, 27 Sep 2023 22:42:29 +0200 Subject: [PATCH] Update import in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 141deeb..171e3cd 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ it with your code and any additional parameters. Here's an example using `browserSandbox`: ```js -import { browserSandbox } from '@exact-realty/ecmascript-sandbox'; +import { browserSandbox } from '@exact-realty/lot'; const sandbox = await browserSandbox(` /* sandboxed code*/;