From 0732261425502725d07813664a8528592621e53d Mon Sep 17 00:00:00 2001 From: karooolis Date: Thu, 29 Aug 2024 19:37:46 +0300 Subject: [PATCH] update readme --- packages/explorer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/explorer/README.md b/packages/explorer/README.md index 80487e7c37..4b5ed3788f 100644 --- a/packages/explorer/README.md +++ b/packages/explorer/README.md @@ -26,7 +26,7 @@ Or, can be executed with a package bin directly: npx @latticexyz/explorer ``` -Note: `worlds.json` is the default file used to configure the world. If you're using a different file or if the file is located in a different path than where you're running the command, you can specify it with the `--worldsFile` flag, or use `--worldAddress` to point to the world address directly. Accordingly, `indexer.db` is the default database file used to index the world state. If you're using a different database file or if the file is located in a different path than where you're running the command, you can specify it with the `--indexerDatabase` flag. +**Note:** `worlds.json` is the default file used to configure the world. If you're using a different file or if the file is located in a different path than where you're running the command, you can specify it with the `--worldsFile` flag, or use `--worldAddress` to point to the world address directly. Accordingly, `indexer.db` is the default database file used to index the world state. If you're using a different database file or if the file is located in a different path than where you're running the command, you can specify it with the `--indexerDatabase` flag. ### Example setup