Skip to content

Commit

Permalink
fix typo in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNi245 committed Dec 1, 2023
1 parent 2e87dda commit bf4551c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ It also configures subdomains for .addr and ds, enabling them to resolve request
`setup billboardDs --rpc http://127.0.0.1:8545 --pk 0x123456789abcdef --domain alice.eth --gateway https://gateway.io/ --deliveryService https://ds.io/ --profilePk 0x987654321fedcba --ensRegistry 0xabcdef123456789 --ensResolver 0xfedcba987654321 --erc3668Resolver 0x123456789abcdef0`


##
## Setup Offchain DS

### Overview

Expand All @@ -43,7 +43,7 @@ To set a DS up run the following steps

### Usage

`setup billboardDs --rpc <RPC_URL> --pk <PRIVATE_KEY> --domain <ENS_DOMAIN> --deliveryService <DELIVERY_SERVICE_URL> --profilePk <PROFILE_PRIVATE_KEY> --ensResolver <ENS_RESOLVER_ADDRESS> `
`setup offchainDS --rpc <RPC_URL> --pk <PRIVATE_KEY> --domain <ENS_DOMAIN> --deliveryService <DELIVERY_SERVICE_URL> --profilePk <PROFILE_PRIVATE_KEY> --ensResolver <ENS_RESOLVER_ADDRESS> `

### OPTIONS

Expand All @@ -56,7 +56,7 @@ To set a DS up run the following steps

### Example

`setup billboardDs --rpc http://127.0.0.1:8545 --pk 0x123456789abcdef --domain alice.eth --deliveryService https://ds.io/ --profilePk 0x987654321fedcba --ensResolver 0xfedcba987654321 `
`setup offchainDS --rpc http://127.0.0.1:8545 --pk 0x123456789abcdef --domain alice.eth --deliveryService https://ds.io/ --profilePk 0x987654321fedcba --ensResolver 0xfedcba987654321 `


## Profile
Expand Down

0 comments on commit bf4551c

Please sign in to comment.