From 5fafc8d500ba76b3346edafa59f0d4261b783857 Mon Sep 17 00:00:00 2001 From: Artur Sapek Date: Mon, 18 Mar 2024 12:04:50 -0400 Subject: [PATCH 1/2] fix broken badge in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 874c741e0..d8184cfa7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Wormhole Connect -[![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) +[![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) Wormhole Connect is a customizable React widget that can perform cross-chain bridging with Wormhole. From 7045c8cc3bcfde1651901d2535381c7208069555 Mon Sep 17 00:00:00 2001 From: Artur Sapek Date: Mon, 18 Mar 2024 12:06:27 -0400 Subject: [PATCH 2/2] this goes without saying --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2aa1432c7..b3d608162 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,13 +14,13 @@ Run `npm run build` at the root fo the repo 3) Start -Start wormhole-connect UI and view in browser at localhost:3000 +Start wormhole-connect UI: ```bash # in /wormhole-connect npm run start # testnet ``` -Start builder UI and view in browser at localhost:3000 +Start builder UI: ```bash # in /builder npm run start