From bb424b098d36055831f3f66f2d567faec66ecd5d Mon Sep 17 00:00:00 2001 From: Valazan Date: Mon, 9 Sep 2024 17:17:39 +0200 Subject: [PATCH] docs: fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f764bc5..56ba442 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ yarn install # Run this at the root level of the project #### Deploy contracts -To start deploy contract locally you must run a local instance of the Vechain Thor blockchain. You can do this by running the following command: +To start deploying contract locally you must run a local instance of the Vechain Thor blockchain. You can do this by running the following command: ```bash yarn contracts:solo-up @@ -110,7 +110,7 @@ yarn contracts:deploy:solo Once the deployment is completed successfully you can go ahead and start the frontend and backend: > ⚠️ **Warning:** -> Remeber to set the OPENAI_API_KEY env variable in the backend .env.development.local file. Refer to the [Environment Variables](#environment-variables) section for more information. +> Remember to set the OPENAI_API_KEY env variable in the backend .env.development.local file. Refer to the [Environment Variables](#environment-variables) section for more information. ```bash yarn dev