From fcf7d61422039b52c46ae369c810497a55d9926d Mon Sep 17 00:00:00 2001 From: karooolis Date: Thu, 29 Aug 2024 10:37:48 +0300 Subject: [PATCH] update README --- packages/explorer/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/explorer/README.md b/packages/explorer/README.md index c399e99d02..ffd304cf46 100644 --- a/packages/explorer/README.md +++ b/packages/explorer/README.md @@ -23,7 +23,7 @@ World Explorer is a GUI tool designed for visually exploring and manipulating th Alternatively, if you have a worlds configuration file: ```sh - npx @latticexyz/explorer --worldsConfigPath + npx @latticexyz/explorer --worldsFile ``` Note: You can use `@latticexyz/store-indexer` for indexing your world's data. @@ -35,7 +35,7 @@ The World Explorer accepts the following CLI arguments: | Argument | Description | Default value | | ----------------- | -------------------------------------------------------------------------------- | ------------- | | `worldAddress` | The address of the world to explore | None | -| `worldsFile` | Path to a worlds configuration file (used to resolve world address) | None | +| `worldsFile` | Path to a worlds configuration file (used to resolve world address) | "worlds.json | | `indexerDatabase` | Path to your SQLite indexer database | "indexer.db" | | `chainId` | The chain ID of the network | 31337 | | `port` | The port on which to run the World Explorer | 13690 | @@ -73,7 +73,7 @@ To contribute to or modify the World Explorer, the easiest way is to run the exa ```yaml explorer: - shell: pnpm explorer --worldsConfigPath packages/contracts/worlds.json --env development + shell: pnpm explorer --env development ``` 3. **Run**