diff --git a/README.md b/README.md index 158a116..f50dc66 100644 --- a/README.md +++ b/README.md @@ -96,12 +96,12 @@ A healthy response should look similar to 1. Open a terminal and run the following commands to create the squid and enter its folder: ```bash - sqd init my-awesome-squid -t https://github.com/subsquid-quests/single-chain-squid + sqd init my-single-proc-squid -t https://github.com/subsquid-quests/single-chain-squid ``` ```bash - cd my-awesome-squid + cd my-single-proc-squid ``` - You can replace `my-awesome-squid` with any name you choose for your squid. If a squid with that name already exists in [Aquarium](https://docs.subsquid.io/deploy-squid/), the first command will throw an error; if that happens simply think of another name and repeat the commands. + You can replace `my-single-proc-squid` with any name you choose for your squid. If a squid with that name already exists in [Aquarium](https://docs.subsquid.io/deploy-squid/), the first command will throw an error; if that happens simply think of another name and repeat the commands. 2. Press "Get Key" button in the quest card to obtain the `singleProc.key` key file. Save it to the `./query-gateway/keys` subfolder of the squid folder. The file will be used by the query gateway container.