From e630db078857287c89e2f00617a12e05ca34cedc Mon Sep 17 00:00:00 2001 From: Claudia Date: Tue, 12 Mar 2024 09:35:52 +0100 Subject: [PATCH] ci: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb46d5a6..46f59387 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Quickstart -After [creating a new repository from this template](https://github.com/new?template_name=osx-plugin-template-hardhat&template_owner=aragon), cloning, and opening it in your IDE, create a `.env` file from the `.env.example` file and put in the Alchemy API key, fell free to add other API keys for the services that you want to use. Now run, +After [creating a new repository from this template](https://github.com/new?template_name=osx-plugin-template-hardhat&template_owner=aragon), cloning, and opening it in your IDE, create a `.env` file from the `.env.example` file and put in the Alchemy API key, feel free to add other API keys for the services that you want to use. Now run, ```sh yarn install && cd packages/contracts && yarn install && yarn build && yarn typechain