From 04432e493492704ecf3b89527685b98d0ec653ba Mon Sep 17 00:00:00 2001 From: Pseudomata Date: Mon, 14 Aug 2023 11:24:32 -0400 Subject: [PATCH] chore: update links to `/example` in `README.md` (#838) Co-authored-by: Zach Pomerantz --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27c45eb87..474860c40 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This is a hosted version of [example](/example). - `yarn` - `yarn start` -In addition to compiling each package in watch mode, this will also spin up [packages/example](packages/example) on [localhost:3000](http://localhost:3000/). (It will also spin up [packages/example-cra](packages/example-cra) on [localhost:3001](http://localhost:3001/), but this is just a skeleton app for testing compatibility.) +In addition to compiling each package in watch mode, this will also spin up [/example](/example) on [localhost:3000](http://localhost:3000/). ## Run Tests @@ -46,7 +46,7 @@ In addition to compiling each package in watch mode, this will also spin up [pac ## Documentation -This version of web3-react is still in beta, so unfortunately documentation is pretty sparse at the moment. [packages/example](packages/example), TSDoc comments, and the source code itself are the best ways to get an idea of what's going on. More thorough documentation is a priority as development continues! +This version of web3-react is still in beta, so unfortunately documentation is pretty sparse at the moment. [/example](/example), TSDoc comments, and the source code itself are the best ways to get an idea of what's going on. More thorough documentation is a priority as development continues! ## Upgrading Connector Dependencies