Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
karooolis committed Aug 29, 2024
1 parent a4e0518 commit 4f83ac3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/explorer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ For the full information about it, [see the docs](http://mud.dev/world-explorer)

## Installation

Starting with MUD 2.2, the MUD templates come with the World Explorer installed. See [Getting started](https://mud.dev/quickstart) guide for MUD for more information.

These instructions are how to use World Explorer on earlier versions of MUD.
Starting with MUD 2.2, the MUD templates come with the World Explorer installed. See [Getting started](https://mud.dev/quickstart) guide for MUD for more information. These instructions are how to use World Explorer on earlier versions of MUD.

The easiest way to get World Explorer for earlier MUD versions is to create a project with the new template.

Expand All @@ -16,7 +14,7 @@ The easiest way to get World Explorer for earlier MUD versions is to create a pr
```sh copy
pnpm create mud@main explorer --template vanilla
cd explorer
rm -rf packages/client packages/contracts/[st]*
rm -rf packages/client packages/contracts
```

2. Edit `mprocs.yaml` to remove the definitions for `client`, `contracts`, and `anvil`.
Expand Down

0 comments on commit 4f83ac3

Please sign in to comment.