From f05e3a4afbfc1367513adcf142adfb81d215a4fe Mon Sep 17 00:00:00 2001 From: fsociety Date: Mon, 23 Sep 2024 22:11:11 +0200 Subject: [PATCH] docs: update filename in README instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24a93ea..5178538 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Open the `.env` file and set the necessary environment variables. If you want to use custom relay files for import and blastr, you can specify IMPORT_SEED_RELAYS_FILE and BLASTR_RELAYS_FILE in the .env file. First, copy the example JSON files: ```bash -cp import_seed_relays.example.json import_seed_relays.json +cp relays_import.example.json relays_import.json ``` ```bash cp blastr_relays.example.json blastr_relays.json @@ -64,7 +64,7 @@ cp blastr_relays.example.json blastr_relays.json Then, set the paths to the files in the .env file: ```bash -IMPORT_SEED_RELAYS_FILE=import_seed_relays.json +IMPORT_SEED_RELAYS_FILE=relays_import.json BLASTR_RELAYS_FILE=blastr_relays.json ```