diff --git a/README.md b/README.md index 3484a73..a624dcd 100644 --- a/README.md +++ b/README.md @@ -99,11 +99,11 @@ The script provides an interactive menu with the following options: The **Save-Keys** option allows the user to view and manage their Ghost node keys: - - **Key Location**: The user's keys are saved in the file located at `/root/ghost/ghost-node/wallet.txt`. + - **Key Location**: The user's keys are saved in the file located at `/root/wallet.txt`. - **Check Keys**: The user can check their saved keys by navigating to this file. - **Edit Keys**: To view or edit the keys, the user can use the following command: ```bash - nano /root/ghost/ghost-node/wallet.txt + nano /root/wallet.txt ``` This will open the `wallet.txt` file in the `nano` editor, allowing the user to view or make changes to the keys.