From cbcdc0d7c21fc7d95463ecd82edf76dc3c111fbd Mon Sep 17 00:00:00 2001 From: Mehari Geta Date: Sat, 16 May 2020 11:41:41 +0900 Subject: [PATCH] Rename service name --- README.md | 2 +- wrangler.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fc9510..dd5292c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Send your url as parameter to the **service**. **Example:** -https://lmeta.mehari.workers.dev/?url=http://github.com/m3hari&pretty +https://meta.mehari.workers.dev/?url=http://github.com/m3hari&pretty Response: diff --git a/wrangler.toml b/wrangler.toml index 8195737..1d767e2 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,4 +1,4 @@ -name = "lmeta" +name = "meta" type = "webpack" workers_dev = true account_id = "4f3edec809c726ee2e12ff807af27b72"