Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f2bc7d

Browse files
authored
readme: correct typos (#3269)
1 parent 0407877 commit 0f2bc7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ Or install and configure Python and Visual Studio tools manually:
6666

6767
To use the native ARM64 C++ compiler on Windows on ARM, ensure that you have Visual Studio 2022 [17.4 or later](https://devblogs.microsoft.com/visualstudio/arm64-visual-studio-is-officially-here/) installed.
6868

69-
It's advised to install following Powershell module: [VSSetup](https://github.com/microsoft/vssetup.powershell) using `Install-Module VSSetup -Scope CurrentUser`.
70-
This will make Visual Studio detection logic to use more flexible and accessible method, avoiding Powershell's `ConstrainedLanguage` mode.
69+
It's advised to install the following PowerShell module: [VSSetup](https://github.com/microsoft/vssetup.powershell) using `Install-Module VSSetup -Scope CurrentUser`.
70+
This will make Visual Studio detection logic use a more flexible and accessible method, avoiding PowerShell's `ConstrainedLanguage` mode.
7171

7272
### Configuring Python Dependency
7373

@@ -270,8 +270,8 @@ set npm_package_config_node_gyp_devdir=c:\temp\.gyp
270270
```
271271

272272
Note that in versions of npm before v11 it was possible to use the prefix `npm_config_` for
273-
environement variables. This was deprecated in npm@11 and will be removed in npm@12 so it
274-
is recommened to convert your environment variables to the above format.
273+
environment variables. This was deprecated in npm@11 and will be removed in npm@12 so it
274+
is recommended to convert your environment variables to the above format.
275275

276276
### `npm` configuration for npm versions before v9
277277

0 commit comments

Comments
 (0)