Skip to content

Commit 5c70ed1

Browse files
authored
Update README.md
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
1 parent 5ce14ed commit 5c70ed1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.codesandbox/src/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ For complete documentation on Sequence, please see: [https://docs.sequence.build
1010
## Usage
1111

1212
1. pnpm install
13-
2. pnpm dev
13+
2. pnpm start
1414
3. Open browser to http://localhost:4000 to access the demo dapp
1515
4. Open browser inspector to see responses from the remote Sequence Wallet
1616

1717
## Development
1818

19-
See https://github.com/0xsequence/demo-dapp/blob/master/src/routes/HomeRoute.tsx for the source
20-
usage for a variety of functions. be sure t open your browser's dev inspector to see output.
19+
See [src/App.tsx](./src/App.tsx) for the source
20+
usage for a variety of functions. Be sure to open your browser's dev inspector to see output.
2121
Think of these functions as a "cookbook" for how you can perform these functions in your dapps.
2222

2323
Also note, sequence.js is built on top of ethers.js, and is API-compatible.

0 commit comments

Comments
 (0)