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