Skip to content

Commit

Permalink
fix: rename example-next->example (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzmp authored Feb 16, 2023
1 parent 22932ba commit 60a8989
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
- run: yarn lint
- run: yarn test

- run: yarn lerna exec 'yarn next build' --scope=example-next
- run: yarn lerna exec 'yarn next build' --scope=example
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _Looking for the prior version of this library? It's available on the [v6 branch

## [Example](https://web3-react-mu.vercel.app/)

This is a hosted version of [packages/example-next](packages/example-next).
This is a hosted version of [packages/example](packages/example).

## Packages

Expand All @@ -30,7 +30,7 @@ This is a hosted version of [packages/example-next](packages/example-next).
- `yarn`
- `yarn start`

In addition to compiling each package in watch mode, this will also spin up [packages/example-next](packages/example-next) 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 [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.)

## Run Tests

Expand All @@ -43,7 +43,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-next](packages/example-next), 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. [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!

## Upgrading Connector Dependencies

Expand Down
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# example-next
# example

This is an example app built with [Next.js](https://nextjs.org/) that showcases some basic web3-react usage patterns.

0 comments on commit 60a8989

Please sign in to comment.