Skip to content

Commit 3b64617

Browse files
committed
Removed unnecessary backslashes in readme.
1 parent a200c0f commit 3b64617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ How to set up your developer environment:
220220
* `python -m venv .venv`
221221
3. Install python dependencies to `.venv`.
222222
* Activate the virtual environment
223-
`.venv\\Scripts\\activate`
223+
`.venv\Scripts\activate`
224224
* Install lint dependencies
225225
`pip install ruff==0.8.1 pre-commit==4.0.1 pyright==1.1.396`
226226
4. Import NVDA code.

0 commit comments

Comments
 (0)