diff --git a/README.md b/README.md index c396529..66935d9 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ npx hardhat test ## Deploy -Create a `.env` on the model of `.env.example`: +Create a `.env` on the model of `.env.template`: ```js -cp .env.example .env +cp .env.template .env ``` Add your own keys in your `.env` file.