From 81907ce05bd916b9f68091ddd55a6d378ab55ede Mon Sep 17 00:00:00 2001 From: julienbrg Date: Sun, 20 Aug 2023 21:08:04 +0200 Subject: [PATCH] clean up --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.