Skip to content

Commit 762768a

Browse files
committed
update
1 parent 788237f commit 762768a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can use the workers.dev subdomain to access without needing your own domain.
2626

2727
```js
2828
// workers.dev/index.js
29-
// replace to your proxy site domain
29+
// replace to your target site domain
3030
const targetDomain = 'example.com';
3131
```
3232

@@ -62,7 +62,7 @@ Code: [index.js](index.js)
6262
npm i -g wrangler
6363
```
6464

65-
### 2. Configure your root domain - **Important!**
65+
### 2. Configure your own domain - **Important!**
6666

6767
Free domain name application:
6868

@@ -78,15 +78,15 @@ const ownDomain = "example.com";
7878

7979
#### Use workers.dev default domain?
8080

81-
This method only supports single domain reverse proxy.
81+
This method only support single domain reverse proxy.
8282

8383
Here is the code:
8484

8585
[workers.dev/index.js](workers.dev/index.js)
8686

8787
```js
8888
// workers.dev/index.js
89-
// replace to your proxy site domain
89+
// replace to your target site domain
9090
const targetDomain = 'example.com';
9191
```
9292

workers.dev/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In this case, you will need change the code:
3030

3131
```js
3232
// workers.dev/index.js
33-
// replace to your proxy site domain
33+
// replace to your target site domain
3434
const targetDomain = 'example.com';
3535
```
3636

0 commit comments

Comments
 (0)