From c557cb19387d10e51f687e6195188d33eb03f173 Mon Sep 17 00:00:00 2001 From: Sead Feng Date: Mon, 5 Aug 2024 15:27:06 +0800 Subject: [PATCH] update --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d078043..0dc1f45 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,18 @@ npm i -g wrangler ``` -2. Configure your root domain +2. Configure your root domain - **Important!** + +Free domain name application: + +- https://secure.nom.za/ +- https://nic.eu.org/ +- https://nic.ua ```js // index.js -const currentDomain = "your_domain"; +// replace to your domain +const currentDomain = "example.com"; ``` 3. deploy to workers