From 62ac4c7b577b21d9b2152430928a08a7cc5e236f Mon Sep 17 00:00:00 2001 From: syumai Date: Tue, 3 Dec 2024 01:19:17 +0900 Subject: [PATCH] add more description about plans --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da53d7a..278d0a8 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ To deploy a Worker, the following steps are required. The [worker-go template](https://github.com/syumai/workers/tree/main/_templates/cloudflare/worker-go) contains all the required files, so I recommend using this template. -But Go (not TinyGo) with many dependencies may exceed the size limit of the Worker (3MB). In that case, you can use the [TinyGo template](https://github.com/syumai/workers/tree/main/_templates/cloudflare/worker-tinygo) instead. +But Go (not TinyGo) with many dependencies may exceed the size limit of the Worker (3MB for free plan, 10MB for paid plan). In that case, you can use the [TinyGo template](https://github.com/syumai/workers/tree/main/_templates/cloudflare/worker-tinygo) instead. ### Where can I have discussions about contributions, or ask questions about how to use the library?