From 84c5da8724a931cbe6bb2dfcbfeafb919c5ccaf7 Mon Sep 17 00:00:00 2001 From: Alexander Berger Date: Wed, 2 Oct 2024 23:34:33 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 04a46cc..8e46b64 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,7 @@ the browser. WebContainers provide Bolt with a full-stack sandbox environment using [WebContainer API](https://webcontainers.io/api). WebContainers run full- stack applications directly in the browser without the cost and security concerns of cloud hosted AI agents. WebContainers are interactive and editable, -and enables Bolt's AI to run code and understand any changes from the user. -Take a look at how [Bolt integrates with WebContainer API](https://github.com/search?q=repo%3Astackblitz%2Fbolt-oss%20%40webcontainer%2Fapi&type=code). +and enables Bolt's AI to run code and understand any changes from the user. The [WebContainer API](https://webcontainers.io) is free for personal and open source usage. If you're building an application for commercial usage, you can learn more about our [WebContainer API commercial usage pricing here](https://stackblitz.com/pricing#webcontainer-api).