Skip to content

Commit bcc9183

Browse files
authored
Chore: fix incorrect URL, and broken README badge (#1806)
* fix broken badge in readme * this goes without saying
1 parent 4dfd8c9 commit bcc9183

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Run `npm run build` at the root fo the repo
1414

1515
3) Start
1616

17-
Start wormhole-connect UI and view in browser at localhost:3000
17+
Start wormhole-connect UI:
1818
```bash
1919
# in /wormhole-connect
2020
npm run start # testnet
2121
```
2222

23-
Start builder UI and view in browser at localhost:3000
23+
Start builder UI:
2424
```bash
2525
# in /builder
2626
npm run start

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Wormhole Connect
22

3-
[![npm version](https://img.shields.io/npm/v/@wormhole-foundation/wormhole-connect.svg)](https://www.npmjs.com/package/@wormhole-foundation/wormhole-connect) ![CI build](https://github.com/wormhole-foundation/wormhole-connect/actions/workflows/lint.yml/badge.svg)
3+
[![npm version](https://img.shields.io/npm/v/@wormhole-foundation/wormhole-connect.svg)](https://www.npmjs.com/package/@wormhole-foundation/wormhole-connect) ![CI build](https://github.com/wormhole-foundation/wormhole-connect/actions/workflows/build.yml/badge.svg)
44

55
Wormhole Connect is a customizable React widget that can perform cross-chain bridging with Wormhole.
66

0 commit comments

Comments
 (0)