From 680ce2ee5e20e130062f85f037e793c0b0e7ca12 Mon Sep 17 00:00:00 2001 From: Allister Beharry Date: Wed, 7 Feb 2024 05:31:15 -0400 Subject: [PATCH] Update README.md --- src/Stratis.VS.StratisEVM/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Stratis.VS.StratisEVM/README.md b/src/Stratis.VS.StratisEVM/README.md index 4db9092..e0a37e9 100644 --- a/src/Stratis.VS.StratisEVM/README.md +++ b/src/Stratis.VS.StratisEVM/README.md @@ -10,7 +10,7 @@ The StratisEVM extension provides support for developing Stratis Solidity smart * Compiling a Solidity file from inside Visual Studio ## Requirements -* Visual Stdio 2022 +* Visual Studio 2022 * A recent version of [Node.js](https://nodejs.org/) ## Usage @@ -19,4 +19,4 @@ on the file in Solution Explorer and select 'Compile Solidity File'. The first time you open a folder with Solidity contracts the extension will install the necessary Node.js modules in the extension's private `node_modules` directory. This will take a few seconds to complete so opening the folder will be slower than normal but after the modules are installed the first time, opening folders containing -Solidity contracts will be as usual. \ No newline at end of file +Solidity contracts will be as usual.