Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
seadfeng committed Aug 5, 2024
1 parent c557cb1 commit 12fbf50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

## Local Deploy

1. install `wrangler`
### 1. install `wrangler`

```sh
npm i -g wrangler
```

2. Configure your root domain - **Important!**
### 2. Configure your root domain - **Important!**

Free domain name application:

Expand All @@ -23,7 +23,7 @@ Free domain name application:
const currentDomain = "example.com";
```

3. deploy to workers
### 3. deploy to workers

```sh
# Login
Expand Down

0 comments on commit 12fbf50

Please sign in to comment.