From e85de7f2ea5586d8b5d7d1f514674fb5665a1cd6 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Mon, 6 Feb 2023 10:43:39 +0100 Subject: [PATCH] Fix: typos Fix: typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82526d2..5e01d0c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -## Avalaunch protcool implementation +## Avalaunch protocol implementation ![unit-tests](https://github.com/avalaunch-app/xava-protocol/actions/workflows/unit-tests.yaml/badge.svg) ![solhint-lint](https://github.com/avalaunch-app/xava-protocol/actions/workflows/solhint-lint.yaml/badge.svg) [![codecov](https://codecov.io/gh/avalaunch-app/xava-protocol/branch/staging/graph/badge.svg?token=JxZIQnKZcw)](https://codecov.io/gh/avalaunch-app/xava-protocol) _The first protocol, exclusively for the Avalanche ecosystem, to offer promising and innovative projects a fast, secure, and efficient platform for decentralized fundraising._ -### Developement instructions +### Development instructions - `$ yarn install` - _Install all dependencies_ - `$ echo PK="PRIVATE_KEY" > .env` - _Add testing private key_ - `$ npx hardhat compile` - _Compile all contracts_