Skip to content

Commit f62c233

Browse files
committed
Aggiorna la sezione Cloudflare Workers nel README.md per chiarire le limitazioni del servizio gratuito
1 parent 3a19eb4 commit f62c233

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Deploy on your own server using Node.js:
6767
TRANSPORT=http PORT=3000 npm start
6868
```
6969

70-
### Option 3: Cloudflare Workers ⭐ NEW
70+
### Option 3: Cloudflare Workers
7171

7272
**Best for**: Global access, zero infrastructure, free hosting
7373

@@ -83,7 +83,7 @@ Use the public Workers endpoint (no local install required):
8383
}
8484
```
8585

86-
**NOTE**: This service uses the Cloudflare Workers free tier which has a limit of 100,000 requests per month.
86+
**NOTE**: This service uses the Cloudflare Workers free tier which has a limit of 100,000 requests per month. **ITS OPERATION IS THEREFORE NOT GUARANTEED**. With local installation, you will not have any problems.
8787

8888
Want your own deployment? See [DEPLOYMENT.md](docs/DEPLOYMENT.md).
8989

0 commit comments

Comments
 (0)