diff --git a/README.md b/README.md index 5e7d154..284c7f8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This project allows you to deploy a Telegram`X`ChatGPT auto bounty issue creator If you are using `yarn`: ```bash -cd telegram-auto-bounty-worker +cd telegram-ubiquibot yarn ``` diff --git a/wrangler.toml b/wrangler.toml index ae6d34e..f286eb5 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,4 +1,4 @@ -name = "telegram-auto-bounty-worker" +name = "telegram-ubiquibot" main = "src/worker.js" compatibility_date = "2023-08-01"